Method | Description | |
---|---|---|
attributeLabels ( ) : array | ||
behaviors ( ) : array | ||
column ( $type ) : string | ||
getFilePath ( ) : null | string | ||
model ( string $className = __CLASS__ ) : AttributeValue | 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. | |
store ( $attributeId, $value, Product $product ) : boolean | ||
tableName ( ) : string | ||
value ( null $default = null ) : boolean | float | integer | null | string |
public attributeLabels ( ) : array | ||
return | array | customized attribute labels (name=>label) |
public search ( ) : CActiveDataProvider | ||
return | CActiveDataProvider | the data provider that can return the models based on the search/filter conditions. |