PHP Class 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.
Inheritance: extends Horde_Kolab_Server_Object_Top
Datei anzeigen Open project: horde/horde Class Usage Examples

Public Properties

Property Type Description
$init_attributes array A structure to initialize the attribute structure for this class.

Public Methods

Method Description
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.

Method Details

accountsForMail() public static method

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.
return mixed The UIDs or false if there was no result.

generateId() public method

Generates an ID for the given information.
public generateId ( array &$info ) : string | PEAR_Error
$info array
return string | PEAR_Error The ID.

getSearchOperations() public static method

Returns the set of search operations supported by this object type.
public static getSearchOperations ( ) : array
return array An array of supported search operations.

Property Details

$init_attributes public_oe static_oe property

A structure to initialize the attribute structure for this class.
public static array $init_attributes
return array