PHP Class Horde_Kolab_Server_Object_Kolabinetorgperson, 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_Inetorgperson
Afficher le fichier Open project: horde/horde Class Usage Examples

Méthodes publiques

Свойство Type Description
$attributes array The attributes defined for this class.

Méthodes publiques

Méthode Description
deleteExternalAccount ( string $mail ) : null Delete an external account.
generateCn ( array $info ) : string Generates the common name for the given information.
generateId ( array &$info ) : string | PEAR_Error Generates an ID for the given information.
getExternalAccounts ( ) : array List the external pop3 accounts of this object.
getFilter ( ) : string Return the filter string to retrieve this object type.
getServer ( string $server_type ) : string Returns the server url of the given type for this user.
prepareObjectInformation ( array &$info ) : NULL. Distill the server side object information to save.
saveExternalAccount ( array $account ) : null Create/update an external pop3 accounts of this object.

Method Details

deleteExternalAccount() public méthode

Delete an external account.
public deleteExternalAccount ( string $mail ) : null
$mail string The mail address of the pop3 account.
Résultat null

generateCn() public méthode

Generates the common name for the given information.
public generateCn ( array $info ) : string
$info array The data of the object.
Résultat string The common name.

generateId() public méthode

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

getExternalAccounts() public méthode

List the external pop3 accounts of this object.
public getExternalAccounts ( ) : array
Résultat array The data of the pop3 accounts.

getFilter() public static méthode

Return the filter string to retrieve this object type.
public static getFilter ( ) : string
Résultat string The filter to retrieve this object type from the server database.

getServer() public méthode

This method is used to encapsulate multidomain support.
public getServer ( string $server_type ) : string
$server_type string The type of server URL that should be returned.
Résultat string The server url or empty on error.

prepareObjectInformation() public méthode

Distill the server side object information to save.
public prepareObjectInformation ( array &$info ) : NULL.
$info array The information about the object.
Résultat NULL.

saveExternalAccount() public méthode

Create/update an external pop3 accounts of this object.
public saveExternalAccount ( array $account ) : null
$account array The account data.
Résultat null

Property Details

$attributes public_oe static_oe property

The attributes defined for this class.
public static array $attributes
Résultat array