PartKeepr\CoreBundle\Services\SystemService::__construct PHP Method

__construct() public method

public __construct ( Doctrine\Bundle\DoctrineBundle\Registry $doctrine, Symfony\Component\DependencyInjection\ContainerInterface $container, VersionService $versionService, CronLoggerService $cronLoggerService )
$doctrine Doctrine\Bundle\DoctrineBundle\Registry
$container Symfony\Component\DependencyInjection\ContainerInterface
$versionService VersionService
$cronLoggerService PartKeepr\CronLoggerBundle\Services\CronLoggerService
    public function __construct(Registry $doctrine, ContainerInterface $container, VersionService $versionService, CronLoggerService $cronLoggerService)
    {
        $this->entityManager = $doctrine->getManager();
        $this->setContainer($container);
        $this->versionService = $versionService;
        $this->cronLoggerService = $cronLoggerService;
    }