eZ\Bundle\EzPublishCoreBundle\EventListener\SiteAccessListener::__construct PHP Method

__construct() public method

public __construct ( Symfony\Component\Routing\RouterInterface $defaultRouter, UrlAliasGenerator $urlAliasGenerator, HttpUtils $httpUtils )
$defaultRouter Symfony\Component\Routing\RouterInterface
$urlAliasGenerator eZ\Publish\Core\MVC\Symfony\Routing\Generator\UrlAliasGenerator
$httpUtils Symfony\Component\Security\Http\HttpUtils
    public function __construct(RouterInterface $defaultRouter, UrlAliasGenerator $urlAliasGenerator, HttpUtils $httpUtils)
    {
        $this->defaultRouter = $defaultRouter;
        $this->urlAliasGenerator = $urlAliasGenerator;
        $this->httpUtils = $httpUtils;
    }