HCE Project DC service web UI
0.2
Hierarchical Cluster Engine DC service web UI
|
Public Member Functions | |
filters () | |
accessRules () | |
actionView () | |
registerScript () | |
actionCreate () | |
actionUpdate () | |
actionDelete () | |
actionAdmin () | |
loadModel () | |
fieldType ($type) | |
Public Member Functions inherited from Controller | |
getAccessRules () |
Static Public Member Functions | |
static | getWidgets ($fieldType= '') |
Public Attributes | |
$defaultAction = 'admin' | |
$layout = '//layouts/column2' | |
Public Attributes inherited from Controller | |
$layout = '//layouts/column1' | |
$menu = array() | |
$breadcrumbs = array() |
Protected Member Functions | |
performAjaxValidation ($model) |
Private Attributes | |
$_model |
Static Private Attributes | |
static | $_widgets = array() |
Definition at line 3 of file ProfileFieldController.php.
ProfileFieldController::accessRules | ( | ) |
Specifies the access control rules. This method is used by the 'accessControl' filter.
Reimplemented from Controller.
Definition at line 29 of file ProfileFieldController.php.
ProfileFieldController::actionAdmin | ( | ) |
Manages all models.
Definition at line 462 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.
ProfileFieldController::actionDelete | ( | ) |
Deletes a particular model. If deletion is successful, the browser will be redirected to the 'index' page.
Definition at line 396 of file ProfileFieldController.php.
ProfileFieldController::actionUpdate | ( | ) |
Updates a particular model. If update is successful, the browser will be redirected to the 'view' page.
Definition at line 376 of file ProfileFieldController.php.
ProfileFieldController::actionView | ( | ) |
Displays a particular model.
Definition at line 49 of file ProfileFieldController.php.
ProfileFieldController::fieldType | ( | $type | ) |
MySQL field type.
$type | string |
Definition at line 513 of file ProfileFieldController.php.
ProfileFieldController::filters | ( | ) |
Reimplemented from Controller.
Definition at line 16 of file ProfileFieldController.php.
|
static |
Definition at line 520 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 492 of file ProfileFieldController.php.
|
protected |
Performs the AJAX validation.
CModel | the model to be validated |
Definition at line 558 of file ProfileFieldController.php.
ProfileFieldController::registerScript | ( | ) |
Register Script.
Definition at line 59 of file ProfileFieldController.php.
|
private |
Definition at line 8 of file ProfileFieldController.php.
|
staticprivate |
Definition at line 9 of file ProfileFieldController.php.
ProfileFieldController::$defaultAction = 'admin' |
Definition at line 10 of file ProfileFieldController.php.
ProfileFieldController::$layout = '//layouts/column2' |
Definition at line 11 of file ProfileFieldController.php.