HCE Project DC service web UI
0.2
Hierarchical Cluster Engine DC service web UI
|
Public Member Functions | |
init () | |
filters () | |
accessRules () | |
actionView () | |
actionUser () | |
actionRevoke () | |
getItemName () | |
Public Member Functions inherited from RController | |
filterRights ($filterChain) | |
allowedActions () | |
accessDenied ($message=null) |
Private Attributes | |
$_authorizer |
Additional Inherited Members | |
Public Attributes inherited from RController | |
$layout = '//layouts/column1' | |
$menu = array() | |
$breadcrumbs = array() |
Rights assignment controller class file.
Definition at line 10 of file AssignmentController.php.
AssignmentController::accessRules | ( | ) |
Specifies the access control rules. This method is used by the 'accessControl' filter.
Definition at line 44 of file AssignmentController.php.
AssignmentController::actionRevoke | ( | ) |
Revokes an assignment from an user.
Definition at line 137 of file AssignmentController.php.
AssignmentController::actionUser | ( | ) |
Displays the authorization assignments for an user.
Definition at line 83 of file AssignmentController.php.
AssignmentController::actionView | ( | ) |
Displays an overview of the users and their assignments.
Definition at line 65 of file AssignmentController.php.
AssignmentController::filters | ( | ) |
Definition at line 33 of file AssignmentController.php.
AssignmentController::getItemName | ( | ) |
Definition at line 165 of file AssignmentController.php.
AssignmentController::init | ( | ) |
Initializes the controller.
Definition at line 20 of file AssignmentController.php.
|
private |
Definition at line 15 of file AssignmentController.php.