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

Public Member Functions

 filters ()
 accessRules ()
 actionView ()
 actionIndex ()
 loadModel ()
 loadUser ($id=null)
- Public Member Functions inherited from Controller
 getAccessRules ()

Private Attributes

 $_model

Additional Inherited Members

- Public Attributes inherited from Controller
 $layout = '//layouts/column1'
 $menu = array()
 $breadcrumbs = array()

Detailed Description

Definition at line 3 of file UserController.php.

Member Function Documentation

UserController::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 25 of file UserController.php.

UserController::actionIndex ( )

Lists all users.

Definition at line 52 of file UserController.php.

UserController::actionView ( )

Displays a particular model.

Definition at line 41 of file UserController.php.

Here is the call graph for this function:

UserController::filters ( )
Returns
array action filters

Reimplemented from Controller.

Definition at line 13 of file UserController.php.

UserController::loadModel ( )

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.

Definition at line 74 of file UserController.php.

Here is the call graph for this function:

Here is the caller graph for this function:

UserController::loadUser (   $id = null)

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 94 of file UserController.php.

Here is the call graph for this function:

Member Data Documentation

UserController::$_model
private

Definition at line 8 of file UserController.php.


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