Public Member Functions | |
init () | |
filters () | |
accessRules () | |
actionPermissions () | |
actionOperations () | |
actionTasks () | |
actionRoles () | |
actionGenerate () | |
actionCreate () | |
actionUpdate () | |
actionDelete () | |
actionRemoveChild () | |
actionAssign () | |
actionRevoke () | |
actionSortable () | |
getItemName () | |
getChildName () | |
getType () | |
loadModel () | |
![]() | |
filterAccessControl ($filterChain) | |
filterRights ($filterChain) | |
allowedActions () | |
accessDenied ($message=null) |
Additional Inherited Members | |
![]() | |
$layout = '//layouts/column1' | |
$menu = array() | |
$breadcrumbs = array() |
Rights authorization item controller class file.
Definition at line 9 of file AuthItemController.php.
AuthItemController::accessRules | ( | ) |
Specifies the access control rules. This method is used by the 'accessControl' filter.
Definition at line 48 of file AuthItemController.php.
AuthItemController::actionAssign | ( | ) |
Adds a child to an authorization item.
Definition at line 455 of file AuthItemController.php.
References getChildName(), loadModel(), and Rights\t().
AuthItemController::actionCreate | ( | ) |
Creates an authorization item.
Definition at line 270 of file AuthItemController.php.
References getType(), and Rights\t().
AuthItemController::actionDelete | ( | ) |
Deletes an operation.
Definition at line 392 of file AuthItemController.php.
References getItemName(), and Rights\t().
AuthItemController::actionGenerate | ( | ) |
Displays the generator page.
Definition at line 197 of file AuthItemController.php.
References Rights\t().
AuthItemController::actionOperations | ( | ) |
Displays the operation management page.
Definition at line 125 of file AuthItemController.php.
AuthItemController::actionPermissions | ( | ) |
Displays the permission overview.
Definition at line 77 of file AuthItemController.php.
References Rights\t().
AuthItemController::actionRemoveChild | ( | ) |
Removes a child from an authorization item.
Definition at line 424 of file AuthItemController.php.
References getChildName(), getItemName(), and Rights\t().
AuthItemController::actionRevoke | ( | ) |
Removes a child from an authorization item.
Definition at line 479 of file AuthItemController.php.
References getChildName(), loadModel(), and Rights\t().
AuthItemController::actionRoles | ( | ) |
Displays the role management page.
Definition at line 173 of file AuthItemController.php.
AuthItemController::actionSortable | ( | ) |
Processes the jui sortable.
Definition at line 503 of file AuthItemController.php.
References Rights\t().
AuthItemController::actionTasks | ( | ) |
Displays the operation management page.
Definition at line 149 of file AuthItemController.php.
AuthItemController::actionUpdate | ( | ) |
Updates an authorization item.
Definition at line 305 of file AuthItemController.php.
References Rights\getParentAuthItemSelectOptions(), Rights\getValidChildTypes(), loadModel(), and Rights\t().
AuthItemController::filters | ( | ) |
Definition at line 36 of file AuthItemController.php.
AuthItemController::getChildName | ( | ) |
Definition at line 527 of file AuthItemController.php.
Referenced by actionAssign(), actionRemoveChild(), and actionRevoke().
AuthItemController::getItemName | ( | ) |
Definition at line 519 of file AuthItemController.php.
Referenced by actionDelete(), actionRemoveChild(), and loadModel().
AuthItemController::getType | ( | ) |
Returns the authorization item type after validation.
Definition at line 536 of file AuthItemController.php.
References Rights\t().
Referenced by actionCreate().
AuthItemController::init | ( | ) |
Initializes the controller.
Definition at line 23 of file AuthItemController.php.
AuthItemController::loadModel | ( | ) |
Returns the data model based on the primary key given in the GET variable. If the data model is not found, an HTTP exception will be raised.
Definition at line 550 of file AuthItemController.php.
References getItemName(), and Rights\t().
Referenced by actionAssign(), actionRevoke(), and actionUpdate().