web/lib/Zend/Cloud/Infrastructure/Adapter/Rackspace.php
changeset 1230 68c69c656a2c
parent 808 6b6c2214f778
equal deleted inserted replaced
1229:5a6b6e770365 1230:68c69c656a2c
     1 <?php
     1 <?php
     2 /**
     2 /**
     3  * @category   Zend
     3  * @category   Zend
     4  * @package    Zend_Cloud_Infrastructure
     4  * @package    Zend_Cloud_Infrastructure
     5  * @subpackage Adapter
     5  * @subpackage Adapter
     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 require_once 'Zend/Service/Rackspace/Servers.php';
    10 require_once 'Zend/Service/Rackspace/Servers.php';
    11 require_once 'Zend/Cloud/Infrastructure/Instance.php';
    11 require_once 'Zend/Cloud/Infrastructure/Instance.php';
    17 /**
    17 /**
    18  * Rackspace servers adapter for infrastructure service
    18  * Rackspace servers adapter for infrastructure service
    19  *
    19  *
    20  * @package    Zend_Cloud_Infrastructure
    20  * @package    Zend_Cloud_Infrastructure
    21  * @subpackage Adapter
    21  * @subpackage Adapter
    22  * @copyright  Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
    22  * @copyright  Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
    23  * @license    http://framework.zend.com/license/new-bsd     New BSD License
    23  * @license    http://framework.zend.com/license/new-bsd     New BSD License
    24  */
    24  */
    25 class Zend_Cloud_Infrastructure_Adapter_Rackspace extends Zend_Cloud_Infrastructure_Adapter_AbstractAdapter
    25 class Zend_Cloud_Infrastructure_Adapter_Rackspace extends Zend_Cloud_Infrastructure_Adapter_AbstractAdapter
    26 {
    26 {
    27     /**
    27     /**