Describes user roles within the system and the associated permissions. More...
Public Member Functions | |
| getPath () | |
| getRoleName ($plural=false) | |
| Role ($roleId=null) | |
Describes user roles within the system and the associated permissions.
Definition at line 37 of file Role.inc.php.
| Role.getPath | ( | ) |
Get the URL path associated with the specified role's operations.
Definition at line 81 of file Role.inc.php.
| Role.getRoleName | ( | $ | plural = false |
) |
Get the i18n key name associated with the specified role.
| $plural | boolean get the plural form of the name |
Definition at line 57 of file Role.inc.php.
| Role.Role | ( | $ | roleId = null |
) |
Constructor.
| $roleId | for this role. Default to null for backwards compatibility |
Definition at line 43 of file Role.inc.php.
1.7.1