PHP 클래스 Neos\Flow\Validation\Validator\NumberValidator

상속: extends AbstractValidator
파일 보기 프로젝트 열기: neos/flow-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$localizationService Neos\Flow\I18n\Service
$numberParser Neos\Flow\I18n\Parser\NumberParser
$supportedOptions array

보호된 메소드들

메소드 설명
isValid ( mixed $value ) : void Checks if the given value is a valid number.

메소드 상세

isValid() 보호된 메소드

Checks if the given value is a valid number.
protected isValid ( mixed $value ) : void
$value mixed The value that should be validated
리턴 void

프로퍼티 상세

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

protected Service,Neos\Flow\I18n $localizationService
리턴 Neos\Flow\I18n\Service

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

protected NumberParser,Neos\Flow\I18n\Parser $numberParser
리턴 Neos\Flow\I18n\Parser\NumberParser

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

protected array $supportedOptions
리턴 array