equal
deleted
inserted
replaced
11 * to license@zend.com so we can send you a copy immediately. |
11 * to license@zend.com so we can send you a copy immediately. |
12 * |
12 * |
13 * @category Zend |
13 * @category Zend |
14 * @package Zend_Cloud_StorageService |
14 * @package Zend_Cloud_StorageService |
15 * @subpackage Adapter |
15 * @subpackage Adapter |
16 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
16 * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) |
17 * @license http://framework.zend.com/license/new-bsd New BSD License |
17 * @license http://framework.zend.com/license/new-bsd New BSD License |
18 */ |
18 */ |
19 |
19 |
20 require_once 'Zend/Cloud/StorageService/Adapter.php'; |
20 require_once 'Zend/Cloud/StorageService/Adapter.php'; |
21 require_once 'Zend/Cloud/StorageService/Exception.php'; |
21 require_once 'Zend/Cloud/StorageService/Exception.php'; |
26 * Adapter for Rackspace cloud storage |
26 * Adapter for Rackspace cloud storage |
27 * |
27 * |
28 * @category Zend |
28 * @category Zend |
29 * @package Zend_Cloud_StorageService |
29 * @package Zend_Cloud_StorageService |
30 * @subpackage Adapter |
30 * @subpackage Adapter |
31 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
31 * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) |
32 * @license http://framework.zend.com/license/new-bsd New BSD License |
32 * @license http://framework.zend.com/license/new-bsd New BSD License |
33 */ |
33 */ |
34 class Zend_Cloud_StorageService_Adapter_Rackspace |
34 class Zend_Cloud_StorageService_Adapter_Rackspace |
35 implements Zend_Cloud_StorageService_Adapter |
35 implements Zend_Cloud_StorageService_Adapter |
36 { |
36 { |