PHP 클래스 Worklist

The followings are the available columns in table:
상속: extends BaseActiveRecordVersioned
파일 보기 프로젝트 열기: openeyes/openeyes 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$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.

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