HCE Project DC service web UI
0.2
Hierarchical Cluster Engine DC service web UI
|
Public Member Functions | |
init () | |
filters () | |
accessRules () | |
actionConfirm () | |
actionRun () | |
actionReady () | |
actionError () | |
Public Member Functions inherited from RController | |
filterRights ($filterChain) | |
allowedActions () | |
accessDenied ($message=null) |
Private Attributes | |
$_authorizer | |
$_installer |
Additional Inherited Members | |
Public Attributes inherited from RController | |
$layout = '//layouts/column1' | |
$menu = array() | |
$breadcrumbs = array() |
Rights installation controller class file.
Definition at line 10 of file InstallController.php.
InstallController::accessRules | ( | ) |
Specifies the access control rules. This method is used by the 'accessControl' filter.
Definition at line 54 of file InstallController.php.
InstallController::actionConfirm | ( | ) |
Displays the confirm overwrite page.
Definition at line 75 of file InstallController.php.
InstallController::actionError | ( | ) |
Displays the install ready page.
Definition at line 123 of file InstallController.php.
InstallController::actionReady | ( | ) |
Displays the install ready page.
Definition at line 115 of file InstallController.php.
InstallController::actionRun | ( | ) |
Installs the module.
CHttpException | if the user is not logged in. |
Definition at line 85 of file InstallController.php.
InstallController::filters | ( | ) |
Definition at line 42 of file InstallController.php.
InstallController::init | ( | ) |
Initializes the controller.
Definition at line 24 of file InstallController.php.
|
private |
Definition at line 15 of file InstallController.php.
|
private |
Definition at line 19 of file InstallController.php.