PHP Class Worklist

The followings are the available columns in table:
Inheritance: extends BaseActiveRecordVersioned
Afficher le fichier Open project: openeyes/openeyes Class Usage Examples

Méthodes publiques

Свойство Type Description
$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.

Méthodes publiques

Méthode Description
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

Method Details

attributeLabels() public méthode

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

getDisplayDate() public méthode

public getDisplayDate ( ) : string
Résultat string

getMappingAttributeIdsByName() public méthode

Get array of mapping attributes for this Worklist, indexed by the name value of the attribute.
public getMappingAttributeIdsByName ( ) : array
Résultat array

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.

tableName() public méthode

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

Property Details

$at public_oe property

A search attribute to allow searching for worklists where the given date & time would be valid for the Worklist.
public DateTime $at
Résultat DateTime

$automatic public_oe property

A search attribute to specify if we only want to search for worklists that are automatic or manual.
public bool $automatic
Résultat boolean

$on public_oe property

A search attribute to allow searching for worklists that are valid for a particular date.
public DateTime $on
Résultat DateTime