프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$falseValue | the value representing false status. Defaults to '0'. | ||
$strict | whether the comparison to [[trueValue]] and [[falseValue]] is strict. When this is true, the attribute value and type must both match those of [[trueValue]] or [[falseValue]]. Defaults to false, meaning only the value needs to be matched. | ||
$trueValue | the value representing true status. Defaults to '1'. |
메소드 | 설명 | |
---|---|---|
clientValidateAttribute ( $model, $attribute, $view ) | ||
init ( ) |
메소드 | 설명 | |
---|---|---|
validateValue ( $value ) |
public $strict |