Méthode | 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 |
Méthode | Description | |
---|---|---|
getInstanceForClass ( $class, $args = [] ) : mixed | Abstraction for getting instance of class. |
public attributeLabels ( ) : array | ||
Résultat | array | customized attribute labels (name=>label) |
protected getInstanceForClass ( $class, $args = [] ) : mixed | ||
$class | ||
Résultat | mixed |
public getValueList ( ) : string | ||
Résultat | string |
public search ( ) : CActiveDataProvider | ||
Résultat | 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 | |
Résultat | boolean |