PHP 클래스 Element_OphTrOperationnote_Biometry

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

공개 메소드들

메소드 설명
__set ( $name, $value ) because we are working with a view here we do not need to save
attributeLabels ( ) : array
findAll ( $attributes = '', $values = [] )
hasLeft ( ) : boolean
hasRight ( ) : boolean
isChild ( )
model ( $className = __CLASS__ ) : ElementOperation Returns the static model of the specified AR class.
save ( $validation = false, $attributes = null, $allow_overriding = false )
tableName ( ) : string

메소드 상세

__set() 공개 메소드

because we are working with a view here we do not need to save
public __set ( $name, $value )

attributeLabels() 공개 메소드

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

findAll() 공개 메소드

public findAll ( $attributes = '', $values = [] )

hasLeft() 공개 메소드

public hasLeft ( ) : boolean
리턴 boolean

hasRight() 공개 메소드

public hasRight ( ) : boolean
리턴 boolean

isChild() 공개 메소드

public isChild ( )

model() 공개 정적인 메소드

Returns the static model of the specified AR class.
public static model ( $className = __CLASS__ ) : ElementOperation
리턴 ElementOperation the static model class

save() 공개 메소드

public save ( $validation = false, $attributes = null, $allow_overriding = false )

tableName() 공개 메소드

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