Baikal\FrontendBundle\Service\AccessDeniedHandler::__construct PHP Метод

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

public __construct ( Symfony\Component\HttpKernel\HttpKernelInterface $http_kernel, Symfony\Component\Security\Core\SecurityContextInterface $securityContext, Symfony\Component\Routing\RouterInterface $router )
$http_kernel Symfony\Component\HttpKernel\HttpKernelInterface
$securityContext Symfony\Component\Security\Core\SecurityContextInterface
$router Symfony\Component\Routing\RouterInterface
    public function __construct(HttpKernelInterface $http_kernel, SecurityContextInterface $securityContext, RouterInterface $router)
    {
        $this->kernel = $http_kernel;
        $this->securityContext = $securityContext;
        $this->router = $router;
    }
AccessDeniedHandler