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
Show file Open project: openeyes/openeyes Class Usage Examples

Public Methods

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

Method Details

isCompliant() public method

public isCompliant ( )

model() public static method

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

tableName() public method

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