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

Public Member Functions

 tableName ()
 rules ()
 relations ()
 attributeLabels ()
 widgetAttributes ()
 widgetParams ($fieldName)
 getFields ()
- Public Member Functions inherited from UActiveRecord
 setAttributes ($values, $safeOnly=true)
 behaviors ()

Static Public Member Functions

static model ($className=__CLASS__)
static range ($str, $fieldValue=null)

Public Attributes

 $regMode = false

Private Member Functions

 rangeRules ($str)

Private Attributes

 $_model
 $_modelReg
 $_rules = array()

Detailed Description

Definition at line 3 of file Profile.php.

Member Function Documentation

Profile::attributeLabels ( )
Returns
array customized attribute labels (name=>label)

Definition at line 141 of file Profile.php.

Here is the call graph for this function:

Profile::getFields ( )

Definition at line 214 of file Profile.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static Profile::model (   $className = __CLASS__)
static

Returns the static model of the specified AR class.

Returns
CActiveRecord the static model class

Definition at line 22 of file Profile.php.

Here is the caller graph for this function:

static Profile::range (   $str,
  $fieldValue = null 
)
static

Definition at line 165 of file Profile.php.

Profile::rangeRules (   $str)
private

Definition at line 155 of file Profile.php.

Profile::relations ( )
Returns
array relational rules.

Definition at line 124 of file Profile.php.

Profile::rules ( )
Returns
array validation rules for model attributes.

Definition at line 38 of file Profile.php.

Here is the call graph for this function:

Profile::tableName ( )
Returns
string the associated database table name

Definition at line 30 of file Profile.php.

Profile::widgetAttributes ( )

Definition at line 186 of file Profile.php.

Here is the call graph for this function:

Profile::widgetParams (   $fieldName)

Definition at line 200 of file Profile.php.

Here is the call graph for this function:

Member Data Documentation

Profile::$_model
private

Definition at line 13 of file Profile.php.

Profile::$_modelReg
private

Definition at line 14 of file Profile.php.

Profile::$_rules = array()
private

Definition at line 15 of file Profile.php.

Profile::$regMode = false

Definition at line 11 of file Profile.php.


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