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 |
14 * @package Zend_Cloud |
15 * @subpackage DocumentService |
15 * @subpackage DocumentService |
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 /** |
20 /** |
21 * Common interface for document storage services in the cloud. This interface |
21 * Common interface for document storage services in the cloud. This interface |
29 * access control support in future versions of the interface. |
29 * access control support in future versions of the interface. |
30 * |
30 * |
31 * @category Zend |
31 * @category Zend |
32 * @package Zend_Cloud |
32 * @package Zend_Cloud |
33 * @subpackage DocumentService |
33 * @subpackage DocumentService |
34 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
34 * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) |
35 * @license http://framework.zend.com/license/new-bsd New BSD License |
35 * @license http://framework.zend.com/license/new-bsd New BSD License |
36 */ |
36 */ |
37 interface Zend_Cloud_DocumentService_Adapter |
37 interface Zend_Cloud_DocumentService_Adapter |
38 { |
38 { |
39 // HTTP adapter to use for connections |
39 // HTTP adapter to use for connections |