HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
InstallController Class Reference
Inheritance diagram for InstallController:
Collaboration diagram for InstallController:

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()

Detailed Description

Rights installation controller class file.

Author
Christoffer Niska cnisk.nosp@m.a@li.nosp@m.ve.co.nosp@m.m
Since
0.9.8

Definition at line 10 of file InstallController.php.

Member Function Documentation

InstallController::accessRules ( )

Specifies the access control rules. This method is used by the 'accessControl' filter.

Returns
array access control rules

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.

Exceptions
CHttpExceptionif the user is not logged in.

Definition at line 85 of file InstallController.php.

Here is the call graph for this function:

InstallController::filters ( )
Returns
array action filters

Definition at line 42 of file InstallController.php.

InstallController::init ( )

Initializes the controller.

Definition at line 24 of file InstallController.php.

Member Data Documentation

InstallController::$_authorizer
private

Definition at line 15 of file InstallController.php.

InstallController::$_installer
private

Definition at line 19 of file InstallController.php.


The documentation for this class was generated from the following file: