PHP Class Neos\Media\Domain\Validator\AssetValidator

Inheritance: extends Neos\Flow\Validation\Validator\ConjunctionValidator
Show file Open project: neos/neos-development-collection

Protected Properties

Property Type Description
$objectManager Neos\Flow\ObjectManagement\ObjectManagerInterface
$reflectionService Neos\Flow\Reflection\ReflectionService

Protected Methods

Method Description
initializeObject ( ) : void Adds all validators that extend the AssetValidatorInterface.

Method Details

initializeObject() protected method

Adds all validators that extend the AssetValidatorInterface.
protected initializeObject ( ) : void
return void

Property Details

$objectManager protected property

protected ObjectManagerInterface,Neos\Flow\ObjectManagement $objectManager
return Neos\Flow\ObjectManagement\ObjectManagerInterface

$reflectionService protected property

protected ReflectionService,Neos\Flow\Reflection $reflectionService
return Neos\Flow\Reflection\ReflectionService