PHP Class Neos\Flow\Validation\Validator\IntegerValidator

Inheritance: extends AbstractValidator
Afficher le fichier Open project: neos/flow-development-collection

Méthodes protégées

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

Method Details

isValid() protected méthode

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