Property | Type | Description | |
---|---|---|---|
$service |
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. |
Method | Description | |
---|---|---|
afterSave ( ) | For new records, set the episode status and (if relevant) the operation status. |
protected afterSave ( ) |
public attributeLabels ( ) : array | ||
return | array | customized attribute labels (name=>label) |
public getEyeOptions ( ) : array | ||
return | array |
public static model ( $className = __CLASS__ ) : Element_OphTrOperationnote_ProcedureList | ||
return | Element_OphTrOperationnote_ProcedureList | the static model class |
public search ( ) : CActiveDataProvider | ||
return | CActiveDataProvider | the data provider that can return the models based on the search/filter conditions. |
public updateProcedures ( $procedure_ids ) | ||
$procedure_ids |