HCE Project DC service web UI
0.2
Hierarchical Cluster Engine DC service web UI
|
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() |
Definition at line 3 of file UserController.php.
UserController::accessRules | ( | ) |
Specifies the access control rules. This method is used by the 'accessControl' filter.
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.
UserController::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.
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.
integer | the primary key value. Defaults to null, meaning using the 'id' GET variable |
Definition at line 94 of file UserController.php.
|
private |
Definition at line 8 of file UserController.php.