|
XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
| __construct ($groupId, &$item) | |
| getId () | |
| getValue () | |
| setValue ($value) | |
| _load () | |
| save () | |
| _createGperm ($gperm_name=null) | |
Data Fields | |
| $mGroupId | |
| $mName | |
| $mValue = USER_PERMISSION_NONE | |
| $mItem | |
Definition at line 11 of file Permission.class.php.
| __construct | ( | $groupId, | |
| & | $item ) |
Definition at line 22 of file Permission.class.php.
| _createGperm | ( | $gperm_name = null | ) |
Definition at line 76 of file Permission.class.php.
| _load | ( | ) |
Definition at line 45 of file Permission.class.php.
| getId | ( | ) |
Definition at line 29 of file Permission.class.php.
| getValue | ( | ) |
Definition at line 34 of file Permission.class.php.
| save | ( | ) |
Save a permission to database.
Definition at line 53 of file Permission.class.php.
| setValue | ( | $value | ) |
Definition at line 39 of file Permission.class.php.
| $mGroupId |
Definition at line 13 of file Permission.class.php.
| $mItem |
Definition at line 20 of file Permission.class.php.
| $mName |
Definition at line 14 of file Permission.class.php.
| $mValue = USER_PERMISSION_NONE |
Definition at line 15 of file Permission.class.php.