PHP Класс Horde_Kolab_Server_Object_Kolab_User, 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.
Показать файл
Открыть проект
Открытые методы
Метод |
Описание |
|
getFilter ( ) : string |
Return the filter string to retrieve this object type. |
|
getGroupAddresses ( ) : mixed | PEAR_Error |
Get the group mail addresses for this object |
|
getGroups ( ) : mixed | PEAR_Error |
Get the groups for this object |
|
toHash ( string $attrs = null ) : array | PEAR_Error |
Convert the object attributes to a hash. |
|
Защищенные методы
Описание методов
derive()
защищенный Метод
Derive an attribute value.
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. |
Get the "first name" attribute of this object
getGroupAddresses()
публичный Метод
Get the group mail addresses for this object
public getGroupAddresses ( ) : mixed | PEAR_Error |
Результат |
mixed | PEAR_Error |
An array of group addresses, false if no groups were
found. |
getGroups()
публичный Метод
Get the groups for this object
public getGroups ( ) : mixed | PEAR_Error |
Результат |
mixed | PEAR_Error |
An array of group ids, false if no groups were
found. |
Convert the object attributes to a hash.
public toHash ( string $attrs = null ) : array | PEAR_Error |
$attrs |
string |
The attributes to return. |
Результат |
array | PEAR_Error |
The hash representing this object. |