PHP Класс Horde_Kolab_Server_Object_Organizationalperson, 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])
Наследование: extends Horde_Kolab_Server_Object_Person
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
getFilter ( ) : string Return the filter string to retrieve this object type.

Защищенные методы

Метод Описание
setPostalAddress ( string $key, array $attributes, &$info ) : NULL. Set the complete postal address.

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

getFilter() публичный статический Метод

Return the filter string to retrieve this object type.
public static getFilter ( ) : string
Результат string The filter to retrieve this object type from the server database.

setPostalAddress() защищенный Метод

Set the complete postal address.
protected setPostalAddress ( string $key, array $attributes, &$info ) : NULL.
$key string The attribute to collapse into.
$attributes array The attributes to collapse.
Результат NULL.