Jarves\PageStack::__construct PHP Метод

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

public __construct ( string $adminPrefix, Symfony\Component\HttpFoundation\RequestStack $requestStack, Cacher $cacher, Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface $tokenStorage )
$adminPrefix string
$requestStack Symfony\Component\HttpFoundation\RequestStack
$cacher Jarves\Cache\Cacher
$tokenStorage Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface
    public function __construct($adminPrefix, RequestStack $requestStack, Cacher $cacher, TokenStorageInterface $tokenStorage)
    {
        $this->adminPrefix = $adminPrefix;
        $this->requestStack = $requestStack;
        $this->cacher = $cacher;
        $this->tokenStorage = $tokenStorage;
    }