PHP Класс Horde_Kolab_Server_Object_Inetorgperson, 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.
Автор: Gunnar Wrobel ([email protected])
Наследование: extends Horde_Kolab_Server_Object_Organizationalperson
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$attributes array The attributes defined for this class.

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

Метод Описание
generateId ( array &$info ) : string | PEAR_Error Generates an ID for the given information.
getFilter ( ) : string Return the filter string to retrieve this object type.

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

Метод Описание
getFnLn ( ) : string Get the name of this Object as "Firstname Lastname".
getHomePostalAddressHash ( ) : array Get home postal addresses as an array.
getLabeledUriHash ( ) : array Return a hash of URIs. The keys of the hash are the labels.
getLnFn ( ) : string Get the name of this Object as "Lastname, Firstname".
setHomePostalAddressHash ( string $key, array $attributes, &$info ) : null Store home postal addresses provided as array.
setLabeledUriHash ( string $key, array $attributes, &$info ) : null Store a hash of URIs. The keys of the hash are the labels.

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

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

Generates an ID for the given information.
public generateId ( array &$info ) : string | PEAR_Error
$info array The data of the object.
Результат string | PEAR_Error The ID.

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.

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

Get the name of this Object as "Firstname Lastname".
protected getFnLn ( ) : string
Результат string The name.

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

Get home postal addresses as an array.
protected getHomePostalAddressHash ( ) : array
Результат array The home addressses.

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

Return a hash of URIs. The keys of the hash are the labels.
protected getLabeledUriHash ( ) : array
Результат array The URIs.

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

Get the name of this Object as "Lastname, Firstname".
protected getLnFn ( ) : string
Результат string The name.

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

Store home postal addresses provided as array.
protected setHomePostalAddressHash ( string $key, array $attributes, &$info ) : null
$key string The attribute to collapse into.
$attributes array The attributes to collapse.
Результат null

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

Store a hash of URIs. The keys of the hash are the labels.
protected setLabeledUriHash ( string $key, array $attributes, &$info ) : null
$key string The attribute to collapse into.
$attributes array The attributes to collapse.
Результат null

Описание свойств

$attributes публичное статическое свойство

The attributes defined for this class.
public static array $attributes
Результат array