PHP Class OphCoTherapyapplication_DecisionTreeOutcome

An outcome is an endpoint for a decision tree. The label is what is displayed to the user, the type is a coded value for use in the system to make decisions about functional behaviour.
Inheritance: extends BaseActiveRecordVersioned
Afficher le fichier Open project: openeyes/openeyes Class Usage Examples

Méthodes publiques

Méthode Description
isCompliant ( )
model ( $className = __CLASS__ ) : the Returns the static model of the specified AR class.
tableName ( ) : string

Method Details

isCompliant() public méthode

public isCompliant ( )

model() public static méthode

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

tableName() public méthode

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