Public Member Functions | |
filterAccessControl ($filterChain) | |
filterRights ($filterChain) | |
allowedActions () | |
accessDenied ($message=null) |
Public Attributes | |
$layout = '//layouts/column1' | |
$menu = array() | |
$breadcrumbs = array() |
Rights base controller class file.
Definition at line 9 of file RController.php.
RController::accessDenied | ( | $message = null | ) |
Denies the access of the user.
string | $message | the message to display to the user. This method may be invoked when access check fails. |
CHttpException | when called unless login is required. |
Definition at line 61 of file RController.php.
References Rights\t().
Referenced by InstallController\actionRun().
RController::allowedActions | ( | ) |
Definition at line 50 of file RController.php.
Referenced by filterRights().
RController::filterRights | ( | $filterChain | ) |
The filter method for 'rights' access filter. This filter is a wrapper of CAccessControlFilter.
CFilterChain | $filterChain | the filter chain that the filter is on. |
Definition at line 40 of file RController.php.
References allowedActions().