PHP 클래스 Neos\Flow\Validation\Validator\AggregateBoundaryValidator

Validation over Aggregate Boundaries can hence be forced by making the relation to other Aggregate Roots eager loaded. Note that this validator is not part of the public API and you should not use it manually.
상속: extends GenericObjectValidator
파일 보기 프로젝트 열기: neos/flow-development-collection

공개 메소드들

메소드 설명
validate ( mixed $value ) : Neos\Error\Messages\Result Checks if the given value is valid according to the validator, and returns the Error Messages object which occurred. Will skip validation if value is an uninitialized lazy loading proxy.

메소드 상세

validate() 공개 메소드

Checks if the given value is valid according to the validator, and returns the Error Messages object which occurred. Will skip validation if value is an uninitialized lazy loading proxy.
public validate ( mixed $value ) : Neos\Error\Messages\Result
$value mixed The value that should be validated
리턴 Neos\Error\Messages\Result