eZ\Publish\Core\MVC\Symfony\Controller\Content\DownloadRedirectionController::__construct PHP Method

__construct() public method

public __construct ( eZ\Publish\API\Repository\ContentService $contentService, Symfony\Component\Routing\RouterInterface $router, RouteReferenceGenerator $routeReferenceGenerator )
$contentService eZ\Publish\API\Repository\ContentService
$router Symfony\Component\Routing\RouterInterface
$routeReferenceGenerator eZ\Publish\Core\MVC\Symfony\Routing\Generator\RouteReferenceGenerator
    public function __construct(ContentService $contentService, RouterInterface $router, RouteReferenceGenerator $routeReferenceGenerator)
    {
        $this->contentService = $contentService;
        $this->router = $router;
        $this->routeReferenceGenerator = $routeReferenceGenerator;
    }