eZ\Publish\Core\MVC\Symfony\Cache\Http\InstantCachePurger::__construct PHP Method

__construct() public method

public __construct ( eZ\Publish\Core\MVC\Symfony\Cache\PurgeClientInterface $purgeClient, eZ\Publish\API\Repository\ContentService $contentService, Symfony\Component\EventDispatcher\EventDispatcherInterface $eventDispatcher )
$purgeClient eZ\Publish\Core\MVC\Symfony\Cache\PurgeClientInterface
$contentService eZ\Publish\API\Repository\ContentService
$eventDispatcher Symfony\Component\EventDispatcher\EventDispatcherInterface
    public function __construct(PurgeClientInterface $purgeClient, ContentService $contentService, EventDispatcherInterface $eventDispatcher)
    {
        $this->purgeClient = $purgeClient;
        $this->contentService = $contentService;
        $this->eventDispatcher = $eventDispatcher;
    }