프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$type | string | ||
$val1 | integer | ||
$val2 | integer |
메소드 | 설명 | |
---|---|---|
__construct ( string $type, integer $val1, integer $val2 = null ) | Constructor | |
getDefaultMessage ( ) : string | Gets the default message for the validator | |
validate ( Mixed $value ) : boolean | Validate function called for validator. |
public getDefaultMessage ( ) : string | ||
리턴 | string | the validation message |