PHP 클래스 Jyxo\Input\Validator\IsTaxId

저자: Jaroslav Hanslík
상속: extends AbstractValidator
파일 보기 프로젝트 열기: jyxo/php

공개 메소드들

메소드 설명
__construct ( boolean $strict = true ) Constructor.
isValid ( mixed $value ) : boolean Validates a value.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( boolean $strict = true )
$strict boolean Turns strict checking on or off.

isValid() 공개 메소드

Validates a value.
public isValid ( mixed $value ) : boolean
$value mixed Input value
리턴 boolean