Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Neos
Flow
Validation
Validator
RegularExpressionValidator
PHP Class Neos\Flow\Validation\Validator\RegularExpressionValidator
Inheritance:
extends
AbstractValidator
Mostrar archivo
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_oe property
protected
array
$supportedOptions
return
array