PartKeepr\TipOfTheDayBundle\Services\TipOfTheDayService::__construct PHP Method

__construct() public method

public __construct ( Symfony\Component\DependencyInjection\ContainerInterface $container, EntityManager $entityManager, CronLoggerService $cronLoggerService, PartKeepr\RemoteFileLoader\RemoteFileLoaderFactory $remoteFileLoader )
$container Symfony\Component\DependencyInjection\ContainerInterface
$entityManager Doctrine\ORM\EntityManager
$cronLoggerService PartKeepr\CronLoggerBundle\Services\CronLoggerService
$remoteFileLoader PartKeepr\RemoteFileLoader\RemoteFileLoaderFactory
    public function __construct(ContainerInterface $container, EntityManager $entityManager, CronLoggerService $cronLoggerService, RemoteFileLoaderFactory $remoteFileLoader)
    {
        $this->container = $container;
        $this->entityManager = $entityManager;
        $this->cronLoggerService = $cronLoggerService;
        $this->remoteFileLoader = $remoteFileLoader;
    }