HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
ProfileFieldController Class Reference
Inheritance diagram for ProfileFieldController:
Collaboration diagram for ProfileFieldController:

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()

Detailed Description

Definition at line 3 of file ProfileFieldController.php.

Member Function Documentation

ProfileFieldController::accessRules ( )

Specifies the access control rules. This method is used by the 'accessControl' filter.

Returns
array access control rules

Reimplemented from Controller.

Definition at line 29 of file ProfileFieldController.php.

Here is the call graph for this function:

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.

Here is the call graph for this function:

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.

Here is the call graph for this function:

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.

Here is the call graph for this function:

ProfileFieldController::actionView ( )

Displays a particular model.

Definition at line 49 of file ProfileFieldController.php.

Here is the call graph for this function:

ProfileFieldController::fieldType (   $type)

MySQL field type.

Parameters
$typestring
Returns
string

Definition at line 513 of file ProfileFieldController.php.

Here is the caller graph for this function:

ProfileFieldController::filters ( )
Returns
array action filters

Reimplemented from Controller.

Definition at line 16 of file ProfileFieldController.php.

static ProfileFieldController::getWidgets (   $fieldType = '')
static

Definition at line 520 of file ProfileFieldController.php.

Here is the call graph for this function:

Here is the caller graph for this function:

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.

Here is the call graph for this function:

Here is the caller graph for this function:

ProfileFieldController::performAjaxValidation (   $model)
protected

Performs the AJAX validation.

Parameters
CModelthe model to be validated

Definition at line 558 of file ProfileFieldController.php.

ProfileFieldController::registerScript ( )

Register Script.

Definition at line 59 of file ProfileFieldController.php.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

ProfileFieldController::$_model
private

Definition at line 8 of file ProfileFieldController.php.

ProfileFieldController::$_widgets = array()
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.


The documentation for this class was generated from the following file: