PHP Class Element_OphTrOperationnote_Biometry

The followings are the available columns in table 'element_operation':
Inheritance: extends Element_OnDemand
Mostrar archivo Open project: openeyes/openeyes Class Usage Examples

Public Methods

Method Description
__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

Method Details

__set() public method

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

attributeLabels() public method

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

findAll() public method

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

hasLeft() public method

public hasLeft ( ) : boolean
return boolean

hasRight() public method

public hasRight ( ) : boolean
return boolean

isChild() public method

public isChild ( )

model() public static method

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

save() public method

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

tableName() public method

public tableName ( ) : string
return string the associated database table name