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
Datei anzeigen 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