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

상속: extends AbstractValidator
파일 보기 프로젝트 열기: neos/flow-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$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