Метод | Описание | |
---|---|---|
attributeLabels ( ) : array | ||
model ( $className = __CLASS__ ) : the | Returns the static model of the specified AR class. | |
relations ( ) : array | ||
rules ( ) : array | ||
search ( ) : CActiveDataProvider | Retrieves a list of models based on the current search/filter conditions. | |
sidedFields ( ) | ||
tableName ( ) : string | ||
updateReadings ( $side, $data ) |
Метод | Описание | |
---|---|---|
afterValidate ( ) | Validate readings. | |
beforeDelete ( ) : boolean | Remove readings for this element. |
public attributeLabels ( ) : array | ||
Результат | array | customized attribute labels (name=>label) |
protected beforeDelete ( ) : boolean | ||
Результат | boolean |
public static model ( $className = __CLASS__ ) : the | ||
Результат | the | static model class |
public search ( ) : CActiveDataProvider | ||
Результат | CActiveDataProvider | the data provider that can return the models based on the search/filter conditions. |