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

pop3AccountsForMail() public static method

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.
return 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
return array