Jarves\Controller\Admin\BackendController::setContainer PHP Method

setContainer() public method

public setContainer ( Symfony\Component\DependencyInjection\ContainerInterface $container = null )
$container Symfony\Component\DependencyInjection\ContainerInterface
    public function setContainer(ContainerInterface $container = null)
    {
        parent::setContainer($container);
        $this->pageStack = $this->get('jarves.page_stack');
        $this->jarves = $this->get('jarves');
        $this->acl = $this->get('jarves.acl');
        $this->utils = $this->get('jarves.utils');
    }