PHP Class Worklist

The followings are the available columns in table:
Inheritance: extends BaseActiveRecordVersioned
Datei anzeigen Open project: openeyes/openeyes Class Usage Examples

Public Properties

Property 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.

Public Methods

Method 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 method

public attributeLabels ( ) : array
return array customized attribute labels (name=>label)

getDisplayDate() public method

public getDisplayDate ( ) : string
return string

getMappingAttributeIdsByName() public method

Get array of mapping attributes for this Worklist, indexed by the name value of the attribute.

relations() public method

public relations ( ) : array
return array relational rules.

rules() public method

public rules ( ) : array
return array validation rules for model attributes.

tableName() public method

public tableName ( ) : string
return 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
return 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
return boolean

$on public_oe property

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