LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
Abstract document service adapter
Provides functionality surrounding setting classes for each of: - document objects - document set objects - query class objects

string
$_documentClass= ''Zend_Cloud_DocumentService_Document''
Class to utilize for new document objects
'Zend_Cloud_DocumentService_Document'
Details
string
$_documentSetClass= ''Zend_Cloud_DocumentService_DocumentSet''
Class to utilize for new document set objects
'Zend_Cloud_DocumentService_DocumentSet'
Details
getDocumentSetClass(
)
:
string
Get the class for document set objects
Type | Description |
---|---|
string |

setDocumentClass(
string $class
)
:
\Zend_Cloud_DocumentService_Adapter_AbstractAdapter
Set the class for document objects
Name | Type | Description |
---|---|---|
$class | string |
Type | Description |
---|---|
\Zend_Cloud_DocumentService_Adapter_AbstractAdapter |

setDocumentSetClass(
string $class
)
:
\Zend_Cloud_DocumentService_Adapter_AbstractAdapter
Set the class for document set objects
Name | Type | Description |
---|---|---|
$class | string |
Type | Description |
---|---|
\Zend_Cloud_DocumentService_Adapter_AbstractAdapter |

setQueryClass(
string $class
)
:
\Zend_Cloud_DocumentService_Adapter_AbstractAdapter
Set the query class for query objects
Name | Type | Description |
---|---|---|
$class | string |
Type | Description |
---|---|
\Zend_Cloud_DocumentService_Adapter_AbstractAdapter |