PHP Класс WorklistDefinition

The followings are the available columns in table:
Наследование: extends BaseActiveRecordVersioned
Показать файл Открыть проект

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

Метод Описание
afterFind ( )
attributeLabels ( ) : array
defaultScope ( ) : array Default to ordering by the display order property.
getNextDisplayOrder ( ) : integer Gets the next display order for a new mapping.
getRruleHumanReadable ( ) : string Simple wrapper function to convert the RRule into its human readable form.
relations ( ) : array
rules ( ) : array
search ( ) : CActiveDataProvider Retrieves a list of models based on the current search/filter conditions.
tableName ( ) : string
validateMappingKey ( $key, integer $id = null ) : boolean Check whether the given key would be unique on the Definition (optional id indicates the current mapping the key is from so it is not checked against itself).
validateRrule ( $attribute ) Simple wrapper around RRule construction to validate the string definition.

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

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

public afterFind ( )

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

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

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

Default to ordering by the display order property.
public defaultScope ( ) : array
Результат array

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

Gets the next display order for a new mapping.
public getNextDisplayOrder ( ) : integer
Результат integer

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

Simple wrapper function to convert the RRule into its human readable form.
public getRruleHumanReadable ( ) : string
Результат string

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

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

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

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

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

public tableName ( ) : string
Результат string the associated database table name

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

Check whether the given key would be unique on the Definition (optional id indicates the current mapping the key is from so it is not checked against itself).
public validateMappingKey ( $key, integer $id = null ) : boolean
$key
$id integer
Результат boolean

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

Simple wrapper around RRule construction to validate the string definition.
public validateRrule ( $attribute )
$attribute