PHP 클래스 Constraint_dimension, silverstripe-zenvalidator

상속: extends ZenValidatorConstraint
파일 보기 프로젝트 열기: sheadawson/silverstripe-zenvalidator 1 사용 예제들

보호된 프로퍼티들

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

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( string $type, integer $val1, integer $val2 = null )
$type string Type of validation
$val1 integer First value
$val2 integer Second value

getDefaultMessage() 공개 메소드

Gets the default message for the validator
public getDefaultMessage ( ) : string
리턴 string the validation message

validate() 공개 메소드

Validate function called for validator.
public validate ( Mixed $value ) : boolean
$value Mixed the value of the field being validated.
리턴 boolean

프로퍼티 상세

$type 보호되어 있는 프로퍼티

protected string $type
리턴 string

$val1 보호되어 있는 프로퍼티

protected int $val1
리턴 integer

$val2 보호되어 있는 프로퍼티

protected int $val2
리턴 integer