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

Méthodes publiques

Свойство Type Description
$init_attributes array A structure to initialize the attribute structure for this class.

Méthodes publiques

Méthode Description
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.

Method Details

generateId() public méthode

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

getSearchOperations() public static méthode

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

pop3AccountsForMail() public static méthode

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

Property Details

$init_attributes public_oe static_oe property

A structure to initialize the attribute structure for this class.
public static array $init_attributes
Résultat array