PHP Класс 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)
Наследование: extends BaseActiveRecordVersioned
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$COMPARATORS

Открытые методы

Метод Описание
checkValue ( $val )
displayParentCheck ( )
displayParentCheckValue ( ) : string generate the display value of the parent check value on this rule.
getDefinition ( ) * Works out a full abstract definition of the rule.
model ( $className = __CLASS__ ) : the Returns the static model of the specified AR class.
relations ( ) : array
rules ( ) : array
tableName ( ) : string

Описание методов

checkValue() публичный Метод

public checkValue ( $val )

displayParentCheck() публичный Метод

public displayParentCheck ( )

displayParentCheckValue() публичный Метод

generate the display value of the parent check value on this rule.
public displayParentCheckValue ( ) : string
Результат string display value

getDefinition() публичный Метод

* Works out a full abstract definition of the rule.
public getDefinition ( )

model() публичный статический Метод

Returns the static model of the specified AR class.
public static model ( $className = __CLASS__ ) : the
Результат the static model class

relations() публичный Метод

public relations ( ) : array
Результат array relational rules.

rules() публичный Метод

public rules ( ) : array
Результат array validation rules for model attributes.

tableName() публичный Метод

public tableName ( ) : string
Результат string the associated database table name

Описание свойств

$COMPARATORS публичное свойство

public $COMPARATORS