PHP Class Neos\Flow\Validation\Validator\AlphanumericValidator

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

Méthodes protégées

Méthode Description
isValid ( mixed $value ) : void The given $value is valid if it is an alphanumeric string, which is defined as [[:alnum:]].

Method Details

isValid() protected méthode

The given $value is valid if it is an alphanumeric string, which is defined as [[:alnum:]].
protected isValid ( mixed $value ) : void
$value mixed The value that should be validated
Résultat void