Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Neos
Eel
Validation
ExpressionSyntaxValidator
PHP Class Neos\Eel\Validation\ExpressionSyntaxValidator
This is basically done by giving it to the parser and checking if its result is valid.
Inheritance:
extends
Neos\Flow\Validation\Validator\AbstractValidator
Afficher le fichier
Open project: neos/flow-development-collection
Méthodes protégées
Méthode
Description
isValid
(
mixed
$value
) :
void
Check if $value is valid. If it is not valid, needs to add an error to Result.
Method Details
isValid()
protected
méthode
Check if $value is valid. If it is not valid, needs to add an error to Result.
protected
isValid
(
mixed
$value
) :
void
$value
mixed
Résultat
void