Public Member Functions | |
filters () | |
accessRules () | |
actionView () | |
actionIndex () | |
loadModel () | |
loadUser ($id=null) |
Additional Inherited Members | |
![]() | |
$menu = array() | |
$breadcrumbs = array() | |
![]() | |
beforeAction ($action) |
Definition at line 3 of file UserController.php.
UserController::accessRules | ( | ) |
Specifies the access control rules. This method is used by the 'accessControl' filter.
Definition at line 24 of file UserController.php.
UserController::actionIndex | ( | ) |
Lists all models.
Definition at line 51 of file UserController.php.
UserController::actionView | ( | ) |
Displays a particular model.
Definition at line 40 of file UserController.php.
References loadModel().
UserController::filters | ( | ) |
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 72 of file UserController.php.
References User\model().
Referenced by actionView().
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 90 of file UserController.php.
References User\model().