메소드 | 설명 | |
---|---|---|
getChoices ( string $datatype = null ) : array | return choice options for response types that have them Note that this is hard coded for now to reduce admin overhead etc if the response types expand greatly, then it will be worth expanding this functionality to have choices defined in models. | |
getDisplayValueforResponse ( $value ) : string | translate a given response value into a text value for display. | |
model ( $className = __CLASS__ ) : the | Returns the static model of the specified AR class. | |
ruleLimit ( ) | ||
tableName ( ) : string | ||
validRuleComparators ( ) |
public getChoices ( string $datatype = null ) : array | ||
$datatype | string | |
리턴 | array | $choices |
public getDisplayValueforResponse ( $value ) : string | ||
$value | ||
리턴 | string |
public static model ( $className = __CLASS__ ) : the | ||
리턴 | the | static model class |