PHP Class Neos\Flow\Validation\Validator\RegularExpressionValidator

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

Protected Properties

Свойство Type Description
$supportedOptions array

Méthodes protégées

Méthode Description
isValid ( mixed $value ) : void Checks if the given value matches the specified regular expression.

Method Details

isValid() protected méthode

Checks if the given value matches the specified regular expression.
protected isValid ( mixed $value ) : void
$value mixed The value that should be validated
Résultat void

Property Details

$supportedOptions protected_oe property

protected array $supportedOptions
Résultat array