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 require_once 'Zend/Cloud/DocumentService/Adapter.php'; |
20 require_once 'Zend/Cloud/DocumentService/Adapter.php'; |
21 require_once 'Zend/Cloud/DocumentService/Document.php'; |
21 require_once 'Zend/Cloud/DocumentService/Document.php'; |
31 * - query class objects |
31 * - query class objects |
32 * |
32 * |
33 * @category Zend |
33 * @category Zend |
34 * @package Zend_Cloud |
34 * @package Zend_Cloud |
35 * @subpackage DocumentService |
35 * @subpackage DocumentService |
36 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
36 * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) |
37 * @license http://framework.zend.com/license/new-bsd New BSD License |
37 * @license http://framework.zend.com/license/new-bsd New BSD License |
38 */ |
38 */ |
39 abstract class Zend_Cloud_DocumentService_Adapter_AbstractAdapter |
39 abstract class Zend_Cloud_DocumentService_Adapter_AbstractAdapter |
40 implements Zend_Cloud_DocumentService_Adapter |
40 implements Zend_Cloud_DocumentService_Adapter |
41 { |
41 { |