Groups()
deleteGroupByGroupname()
deleteGroupByID()
getAccessibleGroups()
$db
$table
Class Groups Container class for all system groups
| author | Timo A. Hummel <Timo.Hummel@4fb.de> |
|---|---|
| version | 1.0 |
| copyright | four for business AG 2003 |
Groups(string $table)
stringThe table to use as information source
deleteGroupByGroupname($groupname) : bool
boolTrue if the delete was successfuldeleteGroupByID(string $groupid) : bool
stringSpecifies the group ID
boolTrue if the delete was successfulgetAccessibleGroups(array $perms) : array
array
arrayArray of group objects$table : string
| access | private |
|---|