HCE Project DC service web UI
0.2
Hierarchical Cluster Engine DC service web UI
|
Public Member Functions | |
accessRules () | |
actionProfile () | |
actionEdit () | |
actionChangepassword () | |
loadUser () | |
Public Member Functions inherited from Controller | |
filters () | |
getAccessRules () |
Public Attributes | |
$defaultAction = 'profile' | |
$layout = '//layouts/column2' | |
Public Attributes inherited from Controller | |
$layout = '//layouts/column1' | |
$menu = array() | |
$breadcrumbs = array() |
Protected Member Functions | |
beforeAction ($event) |
Private Attributes | |
$_model |
Definition at line 3 of file ProfileController.php.
ProfileController::accessRules | ( | ) |
Specifies the access control rules. This method is used by the 'accessControl' filter.
Reimplemented from Controller.
Definition at line 19 of file ProfileController.php.
ProfileController::actionChangepassword | ( | ) |
Change password.
Definition at line 92 of file ProfileController.php.
ProfileController::actionEdit | ( | ) |
Updates a particular model. If update is successful, the browser will be redirected to the 'view' page.
Definition at line 57 of file ProfileController.php.
ProfileController::actionProfile | ( | ) |
Shows a particular model.
Definition at line 44 of file ProfileController.php.
|
protected |
ProfileController::loadUser | ( | ) |
Returns the data model based on the primary key given in the GET variable. If the data model is not found, an HTTP exception will be raised.
integer | the primary key value. Defaults to null, meaning using the 'id' GET variable |
Definition at line 124 of file ProfileController.php.
|
private |
Definition at line 11 of file ProfileController.php.
ProfileController::$defaultAction = 'profile' |
Definition at line 5 of file ProfileController.php.
ProfileController::$layout = '//layouts/column2' |
Definition at line 6 of file ProfileController.php.