PHP 클래스 Gajus\Vlad\Validator

파일 보기 프로젝트 열기: gajus/vlad 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$default_options
$message
$requires_value

공개 메소드들

메소드 설명
__construct ( array $options = [] )
assess ( mixed $value ) : boolean
getMessage ( ) : string
getOptions ( ) : array

메소드 상세

__construct() 공개 메소드

public __construct ( array $options = [] )
$options array

assess() 추상적인 공개 메소드

abstract public assess ( mixed $value ) : boolean
$value mixed
리턴 boolean

getMessage() 공개 정적인 메소드

public static getMessage ( ) : string
리턴 string

getOptions() 공개 메소드

public getOptions ( ) : array
리턴 array

프로퍼티 상세

$default_options 보호되어 있는 정적으로 프로퍼티

protected static $default_options

$message 보호되어 있는 정적으로 프로퍼티

protected static $message

$requires_value 보호되어 있는 정적으로 프로퍼티

protected static $requires_value