PHP 클래스 WorklistDefinitionMapping

상속: extends BaseActiveRecord
파일 보기 프로젝트 열기: openeyes/openeyes 1 사용 예제들

공개 메소드들

메소드 설명
attributeLabels ( ) : array
getValueList ( ) : string Convenience getter for managing a string representation of the set of mapped values.
getWillDisplay ( ) : boolean
relations ( ) : array
rules ( ) : array
search ( ) : CActiveDataProvider Retrieves a list of models based on the current search/filter conditions.
setValueList ( $valuelist ) Convenience setter for managing a string representation of the set of mapped values.
tableName ( ) : string
updateValues ( array $values = [] ) : boolean

보호된 메소드들

메소드 설명
getInstanceForClass ( $class, $args = [] ) : mixed Abstraction for getting instance of class.

메소드 상세

attributeLabels() 공개 메소드

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

getInstanceForClass() 보호된 메소드

Abstraction for getting instance of class.
protected getInstanceForClass ( $class, $args = [] ) : mixed
$class
리턴 mixed

getValueList() 공개 메소드

Convenience getter for managing a string representation of the set of mapped values.
public getValueList ( ) : string
리턴 string

getWillDisplay() 공개 메소드

public getWillDisplay ( ) : boolean
리턴 boolean

relations() 공개 메소드

public relations ( ) : array
리턴 array relational rules.

rules() 공개 메소드

public rules ( ) : array
리턴 array validation rules for model attributes.

setValueList() 공개 메소드

Note that this does not affect the actual related models for this item, so care should be taken around keeping them in sync where necessary
public setValueList ( $valuelist )
$valuelist

tableName() 공개 메소드

public tableName ( ) : string
리턴 string the associated database table name

updateValues() 공개 메소드

public updateValues ( array $values = [] ) : boolean
$values array
리턴 boolean