Public Member Functions | |
filters () | |
accessRules () | |
actionView () | |
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 453 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 319 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 385 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 366 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::fieldType | ( | $type | ) |
MySQL field type
$type | string |
Definition at line 489 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 473 of file ProfileFieldController.php.
References ProfileField\model().
Referenced by actionDelete(), actionUpdate(), and actionView().
ProfileFieldController::registerScript | ( | ) |
Register Script
Definition at line 58 of file ProfileFieldController.php.
References UserModule\t().
Referenced by actionCreate(), and actionUpdate().