PHP Класс Neos\Flow\Validation\Validator\UniqueEntityValidator

Наследование: extends AbstractValidator
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$persistenceManager Neos\Flow\Persistence\PersistenceManagerInterface
$reflectionService Neos\Flow\Reflection\ReflectionService
$supportedOptions array

Защищенные методы

Метод Описание
isValid ( mixed $value ) : void Checks if the given value is a unique entity depending on it's identity properties or custom configured identity properties.

Описание методов

isValid() защищенный Метод

Checks if the given value is a unique entity depending on it's identity properties or custom configured identity properties.
protected isValid ( mixed $value ) : void
$value mixed The value that should be validated
Результат void

Описание свойств

$persistenceManager защищенное свойство

protected PersistenceManagerInterface,Neos\Flow\Persistence $persistenceManager
Результат Neos\Flow\Persistence\PersistenceManagerInterface

$reflectionService защищенное свойство

protected ReflectionService,Neos\Flow\Reflection $reflectionService
Результат Neos\Flow\Reflection\ReflectionService

$supportedOptions защищенное свойство

protected array $supportedOptions
Результат array