equal
deleted
inserted
replaced
1 <?php |
1 <?php |
2 /** |
2 /** |
3 * @category Zend |
3 * @category Zend |
4 * @package Zend_Cloud |
4 * @package Zend_Cloud |
5 * @subpackage Infrastructure |
5 * @subpackage Infrastructure |
6 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
6 * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) |
7 * @license http://framework.zend.com/license/new-bsd New BSD License |
7 * @license http://framework.zend.com/license/new-bsd New BSD License |
8 */ |
8 */ |
9 |
9 |
10 /** |
10 /** |
11 * Adapter interface for infrastructure service |
11 * Adapter interface for infrastructure service |
12 * |
12 * |
13 * @package Zend_Cloud |
13 * @package Zend_Cloud |
14 * @subpackage Infrastructure |
14 * @subpackage Infrastructure |
15 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
15 * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) |
16 * @license http://framework.zend.com/license/new-bsd New BSD License |
16 * @license http://framework.zend.com/license/new-bsd New BSD License |
17 */ |
17 */ |
18 interface Zend_Cloud_Infrastructure_Adapter |
18 interface Zend_Cloud_Infrastructure_Adapter |
19 { |
19 { |
20 const HTTP_ADAPTER = 'http_adapter'; |
20 const HTTP_ADAPTER = 'http_adapter'; |