Public Member Functions | |
getId () | |
getName () | |
getAssignmentNameLink () | |
getAssignmentsText ($type) | |
getAssignments () |
Public Attributes | |
$idColumn | |
$nameColumn |
Rights user behavior class file.
Definition at line 9 of file RUserBehavior.php.
RUserBehavior::getAssignmentNameLink | ( | ) |
Returns a link labeled with the username pointing to the users assignments.
Definition at line 57 of file RUserBehavior.php.
RUserBehavior::getAssignments | ( | ) |
Returns the authorization items assigned to the user.
Definition at line 90 of file RUserBehavior.php.
References Rights\getAuthorizer().
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 70 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 28 of file RUserBehavior.php.
References Rights\module().
RUserBehavior::getName | ( | ) |
Returns the value of the owner's name column. Attribute name is retrived from the module configuration.
Definition at line 43 of file RUserBehavior.php.
References Rights\module().