PHP Класс WorklistDefinitionMapping

Наследование: extends BaseActiveRecord
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
getInstanceForClass ( $class, $args = [] ) : mixed Abstraction for getting instance of class.

Описание методов

attributeLabels() публичный Метод

public attributeLabels ( ) : array
Результат array customized attribute labels (name=>label)

getInstanceForClass() защищенный Метод

Abstraction for getting instance of class.
protected getInstanceForClass ( $class, $args = [] ) : mixed
$class
Результат mixed

getValueList() публичный Метод

Convenience getter for managing a string representation of the set of mapped values.
public getValueList ( ) : string
Результат string

getWillDisplay() публичный Метод

public getWillDisplay ( ) : boolean
Результат boolean

relations() публичный Метод

public relations ( ) : array
Результат array relational rules.

rules() публичный Метод

public rules ( ) : array
Результат array validation rules for model attributes.

setValueList() публичный Метод

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 tableName ( ) : string
Результат string the associated database table name

updateValues() публичный Метод

public updateValues ( array $values = [] ) : boolean
$values array
Результат boolean