Newscoop\Services\PlaylistsService::__construct PHP Метод

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

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