Public Member Functions

Role Class Reference

Describes user roles within the system and the associated permissions. More...

List of all members.

Public Member Functions

 getPath ()
 getRoleName ($plural=false)
 Role ($roleId=null)

Detailed Description

Describes user roles within the system and the associated permissions.

See also:
RoleDAO

Definition at line 37 of file Role.inc.php.


Member Function Documentation

Role.getPath (  ) 

Get the URL path associated with the specified role's operations.

Returns:
string

Definition at line 81 of file Role.inc.php.

Role.getRoleName ( plural = false  ) 

Get the i18n key name associated with the specified role.

Parameters:
$plural boolean get the plural form of the name
Returns:
string

Definition at line 57 of file Role.inc.php.

Role.Role ( roleId = null  ) 

Constructor.

Parameters:
$roleId for this role. Default to null for backwards compatibility

Definition at line 43 of file Role.inc.php.


The documentation for this class was generated from the following file: