Property | Type | Description | |
---|---|---|---|
$init_attributes | array | A structure to initialize the attribute structure for this class. |
Method | Description | |
---|---|---|
addMember ( string $member ) : array | PEAR_Error | Add a member to this group. | |
deleteMember ( string $member ) : array | PEAR_Error | Delete a member from this group. | |
generateId ( array &$info ) : string | PEAR_Error | Generates an ID for the given information. | |
getFilter ( ) : string | Return the filter string to retrieve this object type. | |
getMembers ( ) : array | PEAR_Error | Retrieve the member list for this group. | |
isMember ( string $member ) : boolean | PEAR_Error | Is the specified UID member of this group? |
public deleteMember ( string $member ) : array | PEAR_Error | ||
$member | string | The UID of the member to delete. |
return | array | PEAR_Error | True if successful. |
public generateId ( array &$info ) : string | PEAR_Error | ||
$info | array | |
return | string | PEAR_Error | The ID. |
public getMembers ( ) : array | PEAR_Error | ||
return | array | PEAR_Error | The list of members in this group. |
public static array $init_attributes | ||
return | array |