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

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

Detailed Description

Definition at line 3 of file ProfileController.php.

Member Function Documentation

ProfileController::accessRules ( )

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

Returns
array access control rules

Reimplemented from Controller.

Definition at line 19 of file ProfileController.php.

ProfileController::actionChangepassword ( )

Change password.

Definition at line 92 of file ProfileController.php.

Here is the call graph for this function:

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.

Here is the call graph for this function:

ProfileController::actionProfile ( )

Shows a particular model.

Definition at line 44 of file ProfileController.php.

Here is the call graph for this function:

ProfileController::beforeAction (   $event)
protected

Definition at line 32 of file ProfileController.php.

Here is the call graph for this function:

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.

Parameters
integerthe primary key value. Defaults to null, meaning using the 'id' GET variable

Definition at line 124 of file ProfileController.php.

Here is the caller graph for this function:

Member Data Documentation

ProfileController::$_model
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.


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