Defines the interface for all persistent object definition managers.
Definition managers are used to fetch the definition of a specific persistent object. The definition is returned in form of a ezcSearchDocumentDefinition structure.
Source for this file: /Search/src/interfaces/definition_manager.php
Version: | //autogen// |
public ezcSearchDocumentDefinition |
fetchDefinition(
$type
)
Returns the definition of the document type $type. |
Returns the definition of the document type $type.
Name | Type | Description |
---|---|---|
$type |
string |
Type | Description |
---|---|
ezcSearchDefinitionNotFoundException |
if no such definition can be found. |