PHP Class Element_OphTrOperationnote_Trabectome

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

Méthodes publiques

Свойство Type Description
$service

Méthodes publiques

Méthode Description
attributeLabels ( ) : array
beforeDelete ( )
getComplicationIDs ( ) : array Get a list of the ids of the currently assigned complications on this element.
getComplicationsString ( $default = 'None' ) : string Returns comma separated list of complications on this procedure note.
hasOtherComplication ( ) : boolean Check if any of the complications on the element is an "other" complication (i.e. in need of further information).
model ( $className = __CLASS__ ) : Element_OphTrOperationnote_Trabectome Returns the static model of the specified AR class.
relations ( ) : array
requiredIfComplicationOther ( $attribute, $params ) Ensures the attribute is provided when an 'other' complication is selected.
rules ( ) : array
search ( ) : CActiveDataProvider Retrieves a list of models based on the current search/filter conditions.
tableName ( ) : string
updateComplications ( array $ids ) Update the complication assignments for this element.

Method Details

attributeLabels() public méthode

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

beforeDelete() public méthode

public beforeDelete ( )

getComplicationIDs() public méthode

Get a list of the ids of the currently assigned complications on this element.
public getComplicationIDs ( ) : array
Résultat array

getComplicationsString() public méthode

Returns comma separated list of complications on this procedure note.
public getComplicationsString ( $default = 'None' ) : string
$default
Résultat string

hasOtherComplication() public méthode

Check if any of the complications on the element is an "other" complication (i.e. in need of further information).
public hasOtherComplication ( ) : boolean
Résultat boolean

model() public static méthode

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

relations() public méthode

public relations ( ) : array
Résultat array relational rules.

requiredIfComplicationOther() public méthode

Ensures the attribute is provided when an 'other' complication is selected.
public requiredIfComplicationOther ( $attribute, $params )
$attribute
$params

rules() public méthode

public rules ( ) : array
Résultat array validation rules for model attributes.

tableName() public méthode

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

updateComplications() public méthode

Update the complication assignments for this element.
public updateComplications ( array $ids )
$ids array - OphTrOperationnote_Trabectome_Complication ids

Property Details

$service public_oe property

public $service