PHP Class Neos\Flow\Validation\Validator\StringValidator

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 string.

Method Details

isValid() protected méthode

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