Public Member Functions | |
actionReports ($form_id=null, $csv=false) | |
exportCSV ($form) | |
actionGetMyForms ($email) | |
actionUpdateCreator ($form_id=null, $mail= '') | |
filters () | |
accessRules () | |
actionAdmin () | |
actionView () | |
actionCreate () | |
actionUpdate () | |
actionDelete () | |
actionManagePersonalisation () | |
loadModel () |
Public Attributes | |
$defaultAction = 'reports' | |
![]() | |
$menu = array() | |
$breadcrumbs = array() | |
![]() | |
$layout = '//layouts/gportal' | |
$mailLayout = '//layouts/mail' |
Additional Inherited Members | |
![]() | |
beforeAction ($action) |
Definition at line 3 of file AdminController.php.
AdminController::accessRules | ( | ) |
Specifies the access control rules. This method is used by the 'accessControl' filter.
Definition at line 30 of file AdminController.php.
AdminController::actionAdmin | ( | ) |
Manages all models.
Definition at line 47 of file AdminController.php.
AdminController::actionCreate | ( | ) |
Creates a new model. If creation is successful, the browser will be redirected to the 'view' page.
Definition at line 134 of file AdminController.php.
AdminController::actionDelete | ( | ) |
Deletes a particular model. If deletion is successful, the browser will be redirected to the 'index' page.
CHttpException |
Definition at line 209 of file AdminController.php.
References loadModel(), Account\model(), and Profile\model().
AdminController::actionManagePersonalisation | ( | ) |
Renders ManagePersonalisation view
Definition at line 236 of file AdminController.php.
AdminController::actionUpdate | ( | ) |
Updates a particular model. If update is successful, the browser will be redirected to the 'view' page.
Definition at line 171 of file AdminController.php.
References loadModel(), and User\model().
AdminController::actionView | ( | ) |
Displays a particular model.
Definition at line 64 of file AdminController.php.
References loadModel(), ProfileField\model(), and UserModule\t().
AdminController::filters | ( | ) |
Allows to set some filters
Definition at line 14 of file AdminController.php.
AdminController::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.
CHttpException |
Definition at line 249 of file AdminController.php.
References User\model().
Referenced by actionDelete(), actionUpdate(), and actionView().