PHP Класс Horde_Kolab_Server_Structure_Base, horde

Copyright 2009-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.
Автор: Gunnar Wrobel ([email protected])
Наследование: implements Horde_Kolab_Server_Structure_Interface
Показать файл Открыть проект

Открытые методы

Метод Описание
find ( Horde_Kolab_Server_Query_Element_Interface $criteria, array $params = [] ) : Horde_Kolab_Server_Result Finds object data matching a given set of criteria.
findBelow ( Horde_Kolab_Server_Query_Element_Interface $criteria, string $parent, array $params = [] ) : Horde_Kolab_Server_Result Finds all object data below a parent matching a given set of criteria.
getComposite ( ) : Horde_Kolab_Server_Composite Get the composite server reference for this object.
getExternalAttributes ( string $class ) : array Return the attributes supported by the given object class.
getInternalAttributes ( $class )
getInternalAttributesForExternal ( $class, $external )
setComposite ( Horde_Kolab_Server_Composite $composite ) : null Set the composite server reference for this object.

Описание методов

find() публичный Метод

Finds object data matching a given set of criteria.
public find ( Horde_Kolab_Server_Query_Element_Interface $criteria, array $params = [] ) : Horde_Kolab_Server_Result
$criteria Horde_Kolab_Server_Query_Element_Interface The criteria for the search.
$params array Additional search parameters.
Результат Horde_Kolab_Server_Result The result object.

findBelow() публичный Метод

Finds all object data below a parent matching a given set of criteria.
public findBelow ( Horde_Kolab_Server_Query_Element_Interface $criteria, string $parent, array $params = [] ) : Horde_Kolab_Server_Result
$criteria Horde_Kolab_Server_Query_Element_Interface The criteria for the search.
$parent string The parent to search below.
$params array Additional search parameters.
Результат Horde_Kolab_Server_Result The result object.

getComposite() публичный Метод

Get the composite server reference for this object.
public getComposite ( ) : Horde_Kolab_Server_Composite
Результат Horde_Kolab_Server_Composite A link to the composite server handler.

getExternalAttributes() публичный Метод

Return the attributes supported by the given object class.
public getExternalAttributes ( string $class ) : array
$class string Determine the attributes for this class.
Результат array The supported attributes.

getInternalAttributes() публичный Метод

public getInternalAttributes ( $class )

getInternalAttributesForExternal() публичный Метод

public getInternalAttributesForExternal ( $class, $external )

setComposite() публичный Метод

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.
Результат null