PHP Class Element_OphTrOperationnote_Biometry

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

Méthodes publiques

Méthode 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 méthode

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

attributeLabels() public méthode

public attributeLabels ( ) : array
Résultat array customized attribute labels (name=>label)

findAll() public méthode

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

hasLeft() public méthode

public hasLeft ( ) : boolean
Résultat boolean

hasRight() public méthode

public hasRight ( ) : boolean
Résultat boolean

isChild() public méthode

public isChild ( )

model() public static méthode

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

save() public méthode

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

tableName() public méthode

public tableName ( ) : string
Résultat string the associated database table name