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

Public Member Functions

 filters ()
 accessRules ()
 actionAdmin ()
 actionView ()
 actionCreate ()
 actionUpdate ()
 actionDelete ()
 loadModel ()
- Public Member Functions inherited from Controller
 getAccessRules ()

Public Attributes

 $defaultAction = 'admin'
 $layout = '//layouts/column2'
- Public Attributes inherited from Controller
 $layout = '//layouts/column1'
 $menu = array()
 $breadcrumbs = array()

Protected Member Functions

 performAjaxValidation ($validate)

Private Attributes

 $_model

Detailed Description

Definition at line 3 of file AdminController.php.

Member Function Documentation

AdminController::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 25 of file AdminController.php.

Here is the call graph for this function:

AdminController::actionAdmin ( )

Manages all models.

Definition at line 40 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 77 of file AdminController.php.

Here is the call graph for this function:

AdminController::actionDelete ( )

Deletes a particular model. If deletion is successful, the browser will be redirected to the 'index' page.

Definition at line 145 of file AdminController.php.

Here is the call graph for this function:

AdminController::actionUpdate ( )

Updates a particular model. If update is successful, the browser will be redirected to the 'view' page.

Definition at line 112 of file AdminController.php.

Here is the call graph for this function:

AdminController::actionView ( )

Displays a particular model.

Definition at line 65 of file AdminController.php.

Here is the call graph for this function:

AdminController::filters ( )
Returns
array action filters

Reimplemented from Controller.

Definition at line 13 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.

Definition at line 179 of file AdminController.php.

Here is the call graph for this function:

Here is the caller graph for this function:

AdminController::performAjaxValidation (   $validate)
protected

Performs the AJAX validation.

Parameters
CModelthe model to be validated

Definition at line 167 of file AdminController.php.

Here is the caller graph for this function:

Member Data Documentation

AdminController::$_model
private

Definition at line 8 of file AdminController.php.

AdminController::$defaultAction = 'admin'

Definition at line 5 of file AdminController.php.

AdminController::$layout = '//layouts/column2'

Definition at line 6 of file AdminController.php.


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