Method | Description | |
---|---|---|
attributeLabels ( ) : array | ||
getValueList ( ) : string | Convenience getter for managing a string representation of the set of mapped values. | |
getWillDisplay ( ) : boolean | ||
relations ( ) : array | ||
rules ( ) : array | ||
search ( ) : CActiveDataProvider | Retrieves a list of models based on the current search/filter conditions. | |
setValueList ( $valuelist ) | Convenience setter for managing a string representation of the set of mapped values. | |
tableName ( ) : string | ||
updateValues ( array $values = [] ) : boolean |
Method | Description | |
---|---|---|
getInstanceForClass ( $class, $args = [] ) : mixed | Abstraction for getting instance of class. |
public attributeLabels ( ) : array | ||
return | array | customized attribute labels (name=>label) |
protected getInstanceForClass ( $class, $args = [] ) : mixed | ||
$class | ||
return | mixed |
public getValueList ( ) : string | ||
return | string |
public search ( ) : CActiveDataProvider | ||
return | CActiveDataProvider | the data provider that can return the models based on the search/filter conditions. |
public setValueList ( $valuelist ) | ||
$valuelist |
public updateValues ( array $values = [] ) : boolean | ||
$values | array | |
return | boolean |