PHP Class Neos\Flow\Validation\Validator\RegularExpressionValidator

Inheritance: extends AbstractValidator
Show file Open project: neos/flow-development-collection

Protected Properties

Property Type Description
$supportedOptions array

Protected Methods

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

Method Details

isValid() protected method

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

Property Details

$supportedOptions protected property

protected array $supportedOptions
return array