Path

ez components / documentation / api reference / 2008.2.3 / search


eZ Components 2008.2.3

Search: ezcSearchDefinitionManager

[ Tutorial ] [ Solr schema ] [ Class tree ] [ Element index ] [ ChangeLog ] [ Credits ]

Interface: ezcSearchDefinitionManager

Defines the interface for all persistent object definition managers. [source]
Definition managers are used to fetch the definition of a specific persistent object. The definition is returned in form of a ezcSearchDocumentDefinition structure.

Method Summary

public ezcSearchDocumentDefinition fetchDefinition( $type )
Returns the definition of the document type $type.

Methods

fetchDefinition

ezcSearchDocumentDefinition fetchDefinition( string $type )
Returns the definition of the document type $type.

Parameters

Name Type Description
$type string  

Throws

ClassDescription
ezcSearchDefinitionNotFoundException if no such definition can be found.

Last updated: Mon, 11 May 2009