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
파일 보기 프로젝트 열기: openeyes/openeyes 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$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