PartKeepr\UploadedFileBundle\EventListener\TemporaryFileEventListener::__construct PHP Method

__construct() public method

public __construct ( UploadedFileService $uploadedFileService, ImageService $imageService, Doctrine\Common\Annotations\Reader $reader, Symfony\Component\PropertyAccess\PropertyAccessorInterface $propertyAccessor, Dunglas\ApiBundle\Api\IriConverterInterface $iriConverter )
$uploadedFileService PartKeepr\UploadedFileBundle\Services\UploadedFileService
$imageService PartKeepr\ImageBundle\Services\ImageService
$reader Doctrine\Common\Annotations\Reader
$propertyAccessor Symfony\Component\PropertyAccess\PropertyAccessorInterface
$iriConverter Dunglas\ApiBundle\Api\IriConverterInterface
    public function __construct(UploadedFileService $uploadedFileService, ImageService $imageService, Reader $reader, PropertyAccessorInterface $propertyAccessor, IriConverterInterface $iriConverter)
    {
        $this->uploadedFileService = $uploadedFileService;
        $this->imageService = $imageService;
        $this->reader = $reader;
        $this->propertyAccessor = $propertyAccessor;
        $this->iriConverter = $iriConverter;
    }