HCE Project DC service web UI
0.2
Hierarchical Cluster Engine DC service web UI
|
Public Member Functions | |
getId () | |
getName () | |
getAssignmentNameLink () | |
getAssignmentsText ($type) | |
getAssignments () |
Public Attributes | |
$idColumn | |
$nameColumn |
Private Attributes | |
$_assignments |
Rights user behavior class file.
Definition at line 10 of file RUserBehavior.php.
RUserBehavior::getAssignmentNameLink | ( | ) |
Returns a link labeled with the username pointing to the users assignments.
Definition at line 58 of file RUserBehavior.php.
RUserBehavior::getAssignments | ( | ) |
Returns the authorization items assigned to the user.
Definition at line 91 of file RUserBehavior.php.
RUserBehavior::getAssignmentsText | ( | $type | ) |
Returns a string with names of the authorization items of the given type that are assigned to this user.
integer | $type | the item type (0: operation, 1: task, 2: role). |
Definition at line 71 of file RUserBehavior.php.
RUserBehavior::getId | ( | ) |
Returns the value of the owner's id column. Attribute name is retrived from the module configuration.
Definition at line 29 of file RUserBehavior.php.
RUserBehavior::getName | ( | ) |
Returns the value of the owner's name column. Attribute name is retrived from the module configuration.
Definition at line 44 of file RUserBehavior.php.
|
private |
Definition at line 21 of file RUserBehavior.php.
RUserBehavior::$idColumn |
Definition at line 15 of file RUserBehavior.php.
RUserBehavior::$nameColumn |
Definition at line 19 of file RUserBehavior.php.