PHP Класс Horde_Kolab_Server_Object_Kolabinetorgperson, 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_Inetorgperson
Показать файл Открыть проект Примеры использования класса

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

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

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

Метод Описание
deleteExternalAccount ( string $mail ) : null Delete an external account.
generateCn ( array $info ) : string Generates the common name for the given information.
generateId ( array &$info ) : string | PEAR_Error Generates an ID for the given information.
getExternalAccounts ( ) : array List the external pop3 accounts of this object.
getFilter ( ) : string Return the filter string to retrieve this object type.
getServer ( string $server_type ) : string Returns the server url of the given type for this user.
prepareObjectInformation ( array &$info ) : NULL. Distill the server side object information to save.
saveExternalAccount ( array $account ) : null Create/update an external pop3 accounts of this object.

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

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

Delete an external account.
public deleteExternalAccount ( string $mail ) : null
$mail string The mail address of the pop3 account.
Результат null

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

Generates the common name for the given information.
public generateCn ( array $info ) : string
$info array The data of the object.
Результат string The common name.

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.

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

List the external pop3 accounts of this object.
public getExternalAccounts ( ) : array
Результат array The data of the pop3 accounts.

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.

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

This method is used to encapsulate multidomain support.
public getServer ( string $server_type ) : string
$server_type string The type of server URL that should be returned.
Результат string The server url or empty on error.

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

Distill the server side object information to save.
public prepareObjectInformation ( array &$info ) : NULL.
$info array The information about the object.
Результат NULL.

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

Create/update an external pop3 accounts of this object.
public saveExternalAccount ( array $account ) : null
$account array The account data.
Результат null

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

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

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