PHP Class Element_OphTrOperationnote_ProcedureList

The followings are the available columns in table 'et_ophtroperationnote_procedurelist':
Inheritance: extends Element_OpNote
Show file Open project: openeyes/openeyes Class Usage Examples

Public Properties

Property Type Description
$service

Public Methods

Method Description
attributeLabels ( ) : array
getContainer_form_view ( )
getEyeOptions ( ) : array Customises eye options for this element.
model ( $className = __CLASS__ ) : Element_OphTrOperationnote_ProcedureList Returns the static model of the specified AR class.
relations ( ) : array
rules ( ) : array
search ( ) : CActiveDataProvider Retrieves a list of models based on the current search/filter conditions.
tableName ( ) : string
updateProcedures ( $procedure_ids ) Update the procedures for this element with the given ids.

Protected Methods

Method Description
afterSave ( ) For new records, set the episode status and (if relevant) the operation status.

Method Details

afterSave() protected method

For new records, set the episode status and (if relevant) the operation status.
protected afterSave ( )

attributeLabels() public method

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

getContainer_form_view() public method

getEyeOptions() public method

Customises eye options for this element.
public getEyeOptions ( ) : array
return array

model() public static method

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

relations() public method

public relations ( ) : array
return array relational rules.

rules() public method

public rules ( ) : array
return array validation rules for model attributes.

tableName() public method

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

updateProcedures() public method

Update the procedures for this element with the given ids.
public updateProcedures ( $procedure_ids )
$procedure_ids

Property Details

$service public property

public $service