Newscoop\NewscoopBundle\EventListener\LocaleListener::__construct PHP Метод

__construct() публичный Метод

public __construct ( CacheService $cacheService, EntityManager $em )
$cacheService Newscoop\Services\CacheService
$em Doctrine\ORM\EntityManager
    public function __construct(CacheService $cacheService, EntityManager $em)
    {
        $this->cacheService = $cacheService;
        $this->em = $em;
    }