PHP Class Neos\Flow\Validation\Validator\NumberValidator

Inheritance: extends AbstractValidator
Show file Open project: neos/flow-development-collection

Protected Properties

Property Type Description
$localizationService Neos\Flow\I18n\Service
$numberParser Neos\Flow\I18n\Parser\NumberParser
$supportedOptions array

Protected Methods

Method Description
isValid ( mixed $value ) : void Checks if the given value is a valid number.

Method Details

isValid() protected method

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

Property Details

$localizationService protected property

protected Service,Neos\Flow\I18n $localizationService
return Neos\Flow\I18n\Service

$numberParser protected property

protected NumberParser,Neos\Flow\I18n\Parser $numberParser
return Neos\Flow\I18n\Parser\NumberParser

$supportedOptions protected property

protected array $supportedOptions
return array