Definition at line 21 of file lib/group.php.
Public Member Functions | |
Group (&$oDB, &$oLog, &$aAdmin, $aAdminArrays, &$aRightNames) | |
constructor. | |
get ($intId=0) | |
get infos for a single group | |
set ($intId, $strName, $aRights) | |
update group values | |
add ($strName, $aRights) | |
add a new group | |
getAll () | |
get all groups | |
Public Attributes | |
$oDB | |
DB object. | |
$oLog | |
Log object. | |
$aAdmin | |
$aAdminArrays | |
$aRightNames |
|
constructor. set the objects
Definition at line 38 of file lib/group.php. References $aAdmin, $aAdminArrays, $aRightNames, $oDB, and $oLog. |
|
add a new group
Definition at line 103 of file lib/group.php. |
|
get infos for a single group
Definition at line 52 of file lib/group.php. References $aRow. |
|
get all groups
Definition at line 139 of file lib/group.php. References $aRow. |
|
update group values
Definition at line 73 of file lib/group.php. |
|
Definition at line 25 of file lib/group.php. Referenced by Group(). |
|
Definition at line 26 of file lib/group.php. Referenced by Group(). |
|
Definition at line 27 of file lib/group.php. Referenced by Group(). |
|
DB object.
Definition at line 23 of file lib/group.php. Referenced by Group(). |
|
Log object.
Definition at line 24 of file lib/group.php. Referenced by Group(). |