XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
getRolesByModule ($mid, $groups) | |
![]() | |
__construct (&$db) | |
& | create ($isNew=true) |
& | get ($id) |
& | getObjects ($criteria=null, $limit=null, $start=null, $id_as_key=false) |
getIdList ($criteria=null, $limit=null, $start=null) | |
getCount ($criteria=null) | |
_getCount ($sql=null) | |
insert (&$obj, $force=false) | |
_insert (&$obj) | |
_update (&$obj) | |
_makeVars4sql (&$obj) | |
_makeCriteria4sql ($criteria) | |
_makeCriteriaElement4sql ($criteria, &$obj) | |
_escapeValue ($value, $type) | |
delete (&$obj, $force=false) | |
deleteAll ($criteria, $force=false) | |
getDirname () | |
getDataname () | |
_callDelegate ( $type, &$obj) | |
![]() | |
& | create () |
insert (&$object) | |
delete (&$object) | |
Data Fields | |
$mTable = 'group_permission' | |
$mPrimary = 'gperm_id' | |
$mClass = 'LegacyGroup_permissionObject' | |
![]() | |
$mTable = null | |
$mPrimary = null | |
$mClass = null | |
$mDirname = null | |
$mDataname = null | |
$_mDummyObj = null | |
![]() | |
$db | |
Definition at line 38 of file group_permission.php.
getRolesByModule | ( | $mid, | |
$groups ) |
Gets array of roles by array of group ID.
int | $mid | |
array | $groups |
Definition at line 50 of file group_permission.php.
$mClass = 'LegacyGroup_permissionObject' |
Definition at line 42 of file group_permission.php.
$mPrimary = 'gperm_id' |
Definition at line 41 of file group_permission.php.
$mTable = 'group_permission' |
Definition at line 40 of file group_permission.php.