Newscoop\Services\PlaylistsService::__construct PHP Method

__construct() public method

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;
    }