PHP Class Horde_Kolab_Server_Schema_Base, horde

Copyright 2008-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Inheritance: implements Horde_Kolab_Server_Schema_Interface
Datei anzeigen Open project: horde/horde

Public Methods

Method Description
getAttributeSchema ( string $attribute ) : array Return the schema for the given attribute.
getExternalAttributes ( string $class ) : array Return the attributes supported by the given object class.
getObjectclassSchema ( string $objectclass ) : array Return the schema for the given objectClass.
setComposite ( Horde_Kolab_Server_Composite $composite ) : null Set the composite server reference for this object.
shutdown ( ) : Horde_Kolab_Server Stores the attribute definitions in the cache.

Method Details

getAttributeSchema() public method

Return the schema for the given attribute.
public getAttributeSchema ( string $attribute ) : array
$attribute string Fetch the schema for this attribute.
return array The schema for the given attribute.

getExternalAttributes() public method

Return the attributes supported by the given object class.
public getExternalAttributes ( string $class ) : array
$class string Determine the attributes for this class.
return array The supported attributes.

getObjectclassSchema() public method

Return the schema for the given objectClass.
public getObjectclassSchema ( string $objectclass ) : array
$objectclass string Fetch the schema for this objectClass.
return array The schema for the given objectClass.

setComposite() public method

Set the composite server reference for this object.
public setComposite ( Horde_Kolab_Server_Composite $composite ) : null
$composite Horde_Kolab_Server_Composite A link to the composite server handler.
return null

shutdown() public method

Stores the attribute definitions in the cache.
public shutdown ( ) : Horde_Kolab_Server
return Horde_Kolab_Server The concrete Horde_Kolab_Server reference.