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
Показать файл Открыть проект

Открытые методы

Метод Описание
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