PHP Class Neos\Flow\Validation\Validator\FloatValidator

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

Protected Methods

Method Description
isValid ( mixed $value ) : void The given value is valid if it is of type float or a string matching the regular expression [0-9.e+-]

Method Details

isValid() protected method

The given value is valid if it is of type float or a string matching the regular expression [0-9.e+-]
protected isValid ( mixed $value ) : void
$value mixed The value that should be validated
return void