|
HCE Project DC service web UI
0.2
Hierarchical Cluster Engine DC service web UI
|


Public Member Functions | |
| actions () | |
| actionIndex () | |
| actionError () | |
| actionContact () | |
| actionLogin () | |
| actionLogout () | |
Public Member Functions inherited from Controller | |
| filters () | |
| accessRules () | |
| getAccessRules () | |
Additional Inherited Members | |
Public Attributes inherited from Controller | |
| $layout = '//layouts/column1' | |
| $menu = array() | |
| $breadcrumbs = array() | |
Definition at line 3 of file SiteController.php.
| SiteController::actionContact | ( | ) |
Displays the contact page
Definition at line 54 of file SiteController.php.
| SiteController::actionError | ( | ) |
This is the action to handle external exceptions.
Definition at line 38 of file SiteController.php.
| SiteController::actionIndex | ( | ) |
This is the default 'index' action that is invoked when an action is not explicitly requested by users.
Definition at line 28 of file SiteController.php.
| SiteController::actionLogin | ( | ) |
Displays the login page
Definition at line 78 of file SiteController.php.
| SiteController::actionLogout | ( | ) |
Logs out the current user and redirect to homepage.
Definition at line 102 of file SiteController.php.
| SiteController::actions | ( | ) |
Declares class-based actions.
Definition at line 8 of file SiteController.php.