HCE Project DC service web UI
0.2
Hierarchical Cluster Engine DC service web UI
|
Public Member Functions | |
filterRights ($filterChain) | |
allowedActions () | |
accessDenied ($message=null) |
Public Attributes | |
$layout = '//layouts/column1' | |
$menu = array() | |
$breadcrumbs = array() |
Rights base controller class file.
Definition at line 10 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 57 of file RController.php.
RController::allowedActions | ( | ) |
Definition at line 44 of file RController.php.
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 34 of file RController.php.
RController::$breadcrumbs = array() |
Definition at line 26 of file RController.php.
RController::$layout = '//layouts/column1' |
Definition at line 16 of file RController.php.
RController::$menu = array() |
Definition at line 20 of file RController.php.