PartKeepr\PartBundle\Listeners\ImageAttachmentListener::__construct PHP Method

__construct() public method

public __construct ( ImageService $imageService )
$imageService PartKeepr\ImageBundle\Services\ImageService
    public function __construct(ImageService $imageService)
    {
        $this->imageService = $imageService;
    }
ImageAttachmentListener