PartKeepr\UploadedFileBundle\EventListener\FileRemovalListener::__construct PHP Méthode

__construct() public méthode

public __construct ( UploadedFileService $uploadedFileService, Doctrine\Common\Annotations\Reader $reader, Symfony\Component\PropertyAccess\PropertyAccessorInterface $propertyAccessor )
$uploadedFileService PartKeepr\UploadedFileBundle\Services\UploadedFileService
$reader Doctrine\Common\Annotations\Reader
$propertyAccessor Symfony\Component\PropertyAccess\PropertyAccessorInterface
    public function __construct(UploadedFileService $uploadedFileService, Reader $reader, PropertyAccessorInterface $propertyAccessor)
    {
        $this->uploadedFileService = $uploadedFileService;
        $this->reader = $reader;
        $this->propertyAccessor = $propertyAccessor;
    }
FileRemovalListener