PartKeepr\SetupBundle\Services\ManufacturerSetupService::__construct PHP Méthode

__construct() public méthode

public __construct ( EntityManager $entityManager, UploadedFileService $uploadedFileService, Symfony\Component\HttpKernel\KernelInterface $kernel )
$entityManager Doctrine\ORM\EntityManager
$uploadedFileService PartKeepr\UploadedFileBundle\Services\UploadedFileService
$kernel Symfony\Component\HttpKernel\KernelInterface
    public function __construct(EntityManager $entityManager, UploadedFileService $uploadedFileService, KernelInterface $kernel)
    {
        $this->entityManager = $entityManager;
        $this->uploadedFileService = $uploadedFileService;
        $this->kernel = $kernel;
    }