Jarves\EditMode::__construct PHP Method

__construct() public method

public __construct ( PageStack $pageStack, Symfony\Component\HttpFoundation\RequestStack $requestStack, Jarves $jarves, ACL $acl )
$pageStack PageStack
$requestStack Symfony\Component\HttpFoundation\RequestStack
$jarves Jarves
$acl ACL
    function __construct(PageStack $pageStack, RequestStack $requestStack, Jarves $jarves, ACL $acl)
    {
        $this->requestStack = $requestStack;
        $this->acl = $acl;
        $this->pageStack = $pageStack;
        $this->jarves = $jarves;
    }