PHP 클래스 Neos\Eel\Validation\ExpressionSyntaxValidator

This is basically done by giving it to the parser and checking if its result is valid.
상속: extends Neos\Flow\Validation\Validator\AbstractValidator
파일 보기 프로젝트 열기: neos/flow-development-collection

보호된 메소드들

메소드 설명
isValid ( mixed $value ) : void Check if $value is valid. If it is not valid, needs to add an error to Result.

메소드 상세

isValid() 보호된 메소드

Check if $value is valid. If it is not valid, needs to add an error to Result.
protected isValid ( mixed $value ) : void
$value mixed
리턴 void