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

Public Member Functions

 tableName ()
 rules ()
 relations ()
 attributeLabels ()
 search ()

Static Public Member Functions

static model ($className=__CLASS__)

Detailed Description

Definition at line 13 of file JobsLogs.php.

Member Function Documentation

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

Definition at line 53 of file JobsLogs.php.

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

Returns the static model of the specified AR class. Please note that you should have this exact method in all your CActiveRecord descendants!

Parameters
string$classNameactive record class name.
Returns
JobsLogs the static model class

Reimplemented in JobLog.

Definition at line 99 of file JobsLogs.php.

Here is the caller graph for this function:

JobsLogs::relations ( )
Returns
array relational rules.

Definition at line 42 of file JobsLogs.php.

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

Definition at line 26 of file JobsLogs.php.

JobsLogs::search ( )

Retrieves a list of models based on the current search/filter conditions.

Typical usecase:

  • Initialize the model fields with values from filter form.
  • Execute this method to get CActiveDataProvider instance which will filter models according to data in model fields.
  • Pass data provider to CGridView, CListView or any similar widget.
Returns
CActiveDataProvider the data provider that can return the models based on the search/filter conditions.

Definition at line 75 of file JobsLogs.php.

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

Definition at line 18 of file JobsLogs.php.


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