PHP Class WorklistDefinitionMapping

Inheritance: extends BaseActiveRecord
Afficher le fichier Open project: openeyes/openeyes Class Usage Examples

Méthodes publiques

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éthodes protégées

Méthode Description
getInstanceForClass ( $class, $args = [] ) : mixed Abstraction for getting instance of class.

Method Details

attributeLabels() public méthode

public attributeLabels ( ) : array
Résultat array customized attribute labels (name=>label)

getInstanceForClass() protected méthode

Abstraction for getting instance of class.
protected getInstanceForClass ( $class, $args = [] ) : mixed
$class
Résultat mixed

getValueList() public méthode

Convenience getter for managing a string representation of the set of mapped values.
public getValueList ( ) : string
Résultat string

getWillDisplay() public méthode

public getWillDisplay ( ) : boolean
Résultat boolean

relations() public méthode

public relations ( ) : array
Résultat array relational rules.

rules() public méthode

public rules ( ) : array
Résultat array validation rules for model attributes.

setValueList() public méthode

Note that this does not affect the actual related models for this item, so care should be taken around keeping them in sync where necessary
public setValueList ( $valuelist )
$valuelist

tableName() public méthode

public tableName ( ) : string
Résultat string the associated database table name

updateValues() public méthode

public updateValues ( array $values = [] ) : boolean
$values array
Résultat boolean