PHP Class Neos\Flow\Validation\Validator\LocaleIdentifierValidator

This validator validates a string based on the expressions of the Flow I18n implementation.
Inheritance: extends AbstractValidator
Afficher le fichier Open project: neos/flow-development-collection

Méthodes protégées

Méthode Description
isValid ( mixed $value ) : void Is valid if the given value is a valid "locale identifier".

Method Details

isValid() protected méthode

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