Public Member Functions | |
filters () | |
accessRules () | |
actionView () | |
afterAction ($action) | |
registerScript () | |
actionCreate () | |
actionUpdate () | |
actionDelete () | |
actionAdmin () | |
loadModel () | |
fieldType ($type) |
Static Public Member Functions | |
static | getWidgets ($fieldType= '') |
Public Attributes | |
$defaultAction = 'admin' | |
![]() | |
$menu = array() | |
$breadcrumbs = array() | |
![]() | |
$layout = '//layouts/gportal' | |
$mailLayout = '//layouts/mail' |
Additional Inherited Members | |
![]() | |
beforeAction ($action) |
Definition at line 3 of file ProfileFieldController.php.
ProfileFieldController::accessRules | ( | ) |
Specifies the access control rules. This method is used by the 'accessControl' filter.
Definition at line 28 of file ProfileFieldController.php.
ProfileFieldController::actionAdmin | ( | ) |
Manages all models.
Definition at line 461 of file ProfileFieldController.php.
ProfileFieldController::actionCreate | ( | ) |
Creates a new model. If creation is successful, the browser will be redirected to the 'view' page.
Definition at line 327 of file ProfileFieldController.php.
References fieldType(), Profile\model(), and registerScript().
ProfileFieldController::actionDelete | ( | ) |
Deletes a particular model. If deletion is successful, the browser will be redirected to the 'index' page.
Definition at line 393 of file ProfileFieldController.php.
References loadModel(), and Profile\model().
ProfileFieldController::actionUpdate | ( | ) |
Updates a particular model. If update is successful, the browser will be redirected to the 'view' page.
Definition at line 374 of file ProfileFieldController.php.
References loadModel(), and registerScript().
ProfileFieldController::actionView | ( | ) |
Displays a particular model.
Definition at line 48 of file ProfileFieldController.php.
References loadModel().
ProfileFieldController::afterAction | ( | $action | ) |
Clear cache to load new db schema
Definition at line 57 of file ProfileFieldController.php.
ProfileFieldController::fieldType | ( | $type | ) |
MySQL field type
$type | string |
Definition at line 497 of file ProfileFieldController.php.
Referenced by actionCreate().
ProfileFieldController::filters | ( | ) |
Definition at line 16 of file ProfileFieldController.php.
ProfileFieldController::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 481 of file ProfileFieldController.php.
References ProfileField\model().
Referenced by actionDelete(), actionUpdate(), and actionView().
ProfileFieldController::registerScript | ( | ) |
Register Script
Definition at line 66 of file ProfileFieldController.php.
References UserModule\t().
Referenced by actionCreate(), and actionUpdate().