|
XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
| __construct ($id, $name) | |
| getId () | |
| getName () | |
| getAdminUrl () | |
| isActive () | |
| loadPermission ($groupId) | |
| getAdminPermName () | |
Public Member Functions inherited from User_PermissionItem | |
| getReadPermName () | |
Data Fields | |
| $mId | |
| $mName | |
Definition at line 247 of file Permission.class.php.
| __construct | ( | $id, | |
| $name ) |
Definition at line 252 of file Permission.class.php.
| getAdminPermName | ( | ) |
Reimplemented from User_PermissionItem.
Definition at line 289 of file Permission.class.php.
| getAdminUrl | ( | ) |
Return the url of module's control panel.
Reimplemented from User_PermissionItem.
Definition at line 268 of file Permission.class.php.
| getId | ( | ) |
Reimplemented from User_PermissionItem.
Definition at line 258 of file Permission.class.php.
| getName | ( | ) |
Return name
Reimplemented from User_PermissionItem.
Definition at line 263 of file Permission.class.php.
| isActive | ( | ) |
Reimplemented from User_PermissionItem.
Definition at line 272 of file Permission.class.php.
| loadPermission | ( | $groupId | ) |
Reimplemented from User_PermissionItem.
Definition at line 277 of file Permission.class.php.
| $mId |
Definition at line 249 of file Permission.class.php.
| $mName |
Definition at line 250 of file Permission.class.php.