PHP Класс Worklist

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

Открытые свойства

Свойство Тип Описание
$at DateTime A search attribute to allow searching for worklists where the given date & time would be valid for the Worklist.
$automatic boolean A search attribute to specify if we only want to search for worklists that are automatic or manual.
$on DateTime A search attribute to allow searching for worklists that are valid for a particular date.

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

Метод Описание
attributeLabels ( ) : array
getDisplayDate ( ) : string
getMappingAttributeIdsByName ( ) : array Get array of mapping attributes for this Worklist, indexed by the name value of the attribute.
relations ( ) : array
rules ( ) : array
search ( $pagination = true ) : CActiveDataProvider Retrieves a list of models based on the current search/filter conditions.
tableName ( ) : string

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

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

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

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

public getDisplayDate ( ) : string
Результат string

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

Get array of mapping attributes for this Worklist, indexed by the name value of the attribute.
public getMappingAttributeIdsByName ( ) : array
Результат array

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

Описание свойств

$at публичное свойство

A search attribute to allow searching for worklists where the given date & time would be valid for the Worklist.
public DateTime $at
Результат DateTime

$automatic публичное свойство

A search attribute to specify if we only want to search for worklists that are automatic or manual.
public bool $automatic
Результат boolean

$on публичное свойство

A search attribute to allow searching for worklists that are valid for a particular date.
public DateTime $on
Результат DateTime