PHP Класс Horde_Kolab_Server_Object_Kolabgermanbankarrangement, 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.

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

Метод Описание
accountsForMail ( Horde_Kolab_Server $server, string $mail ) : mixed Returns the UIDs of the bank accounts for the user with the given mail address.
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.

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

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

Returns the UIDs of the bank accounts for the user with the given mail address.
public static accountsForMail ( 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.

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.

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

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

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