PHP 클래스 WorklistDefinition

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

공개 메소드들

메소드 설명
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