PHP Class Neos\Flow\Validation\Validator\IntegerValidator

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

Protected Methods

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

Method Details

isValid() protected method

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