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

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

Свойство Тип Описание
$init_attributes array A structure to initialize the attribute structure for this class.

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

Метод Описание
generateId ( array &$info ) : string | PEAR_Error Generates an ID for the given information.
getSearchOperations ( ) : array Returns the set of search operations supported by this object type.
pop3AccountsForMail ( Horde_Kolab_Server $server, string $mail ) : mixed Returns the UIDs of the pop3 accounts for the user with the given mail address.

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

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

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

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

Returns the set of search operations supported by this object type.
public static getSearchOperations ( ) : array
Результат array An array of supported search operations.

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

Returns the UIDs of the pop3 accounts for the user with the given mail address.
public static pop3AccountsForMail ( Horde_Kolab_Server $server, string $mail ) : mixed
$server Horde_Kolab_Server The server to query.
$mail string Search objects with this mail alias.
Результат mixed The UIDs or false if there was no result.

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

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

A structure to initialize the attribute structure for this class.
public static array $init_attributes
Результат array