Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
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
Exibir arquivo
Open project: neos/flow-development-collection
Protected Methods
Method
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
method
Check if $value is valid. If it is not valid, needs to add an error to Result.
protected
isValid
(
mixed
$value
) :
void
$value
mixed
return
void