Свойство | Type | Description | |
---|---|---|---|
$init_attributes | array | A structure to initialize the attribute structure for this class. |
Méthode | Description | |
---|---|---|
generateId ( array &$info ) : string | PEAR_Error | Generates an ID for the given information. | |
getFilter ( ) : string | Return the filter string to retrieve this object type. | |
getGroupAddresses ( $server, string $uid ) : array | Get the mail addresses for the group of this object. | |
getSearchOperations ( ) : array | Returns the set of search operations supported by this object type. | |
gidForMail ( $server, string $mail, integer $restrict ) : mixed | Identify the GID for the first group found with the given mail. | |
memberOfGroupAddress ( $server, string $uid, string $mail ) : boolean | Is the given UID member of the group with the given mail address? | |
prepareObjectInformation ( array &$info ) : NULL. | Distill the server side object information to save. |
Méthode | Description | |
---|---|---|
derive ( string $attr ) : mixed | Derive an attribute value. |
public generateId ( array &$info ) : string | PEAR_Error | ||
$info | array | The data of the object. |
Résultat | string | PEAR_Error | The ID. |
public static getGroupAddresses ( $server, string $uid ) : array | ||
$uid | string | The UID of the object to fetch. |
Résultat | array | An array of mail addresses. |
public static getSearchOperations ( ) : array | ||
Résultat | array | An array of supported search operations. |
public prepareObjectInformation ( array &$info ) : NULL. | ||
$info | array | The information about the object. |
Résultat | NULL. |
public static array $init_attributes | ||
Résultat | array |