PHP Class Neos\Flow\Validation\Validator\NumberRangeValidator

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

Protected Properties

Property Type Description
$supportedOptions array

Protected Methods

Method Description
isValid ( mixed $value ) : void The given value is valid if it is a number in the specified range.

Method Details

isValid() protected method

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

Property Details

$supportedOptions protected property

protected array $supportedOptions
return array