PHP Class OphCoTherapyapplication_DecisionTreeNodeRule
Each rule applies to its specified node to determine if that node is the next point in the decision tree,
based on the response given for its parent node. More than one rule may apply for a given node (to allow specific ranges)
Afficher le fichier
Open project: openeyes/openeyes
Class Usage Examples
Méthodes publiques
Méthodes publiques
Method Details
checkValue()
public méthode
displayParentCheck()
public méthode
displayParentCheckValue()
public méthode
generate the display value of the parent check value on this rule.
getDefinition()
public méthode
*
Works out a full abstract definition of the rule.
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 |
relations()
public méthode
public rules ( ) : array |
Résultat |
array |
validation rules for model attributes. |
tableName()
public méthode
Property Details
$COMPARATORS public_oe property