Jarves\Controller\Admin\AclController::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->objects = $this->container->get('jarves.objects');
        $this->cacher = $this->container->get('jarves.cache.cacher');
    }