Jarves\Controller\Admin\BundleManager\ManagerController::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->jarves = $this->container->get('jarves');
        $this->localFilesystem = $this->container->get('jarves.filesystem.local');
        $this->rootDir = $this->container->getParameter('kernel.root_dir');
        $this->utils = $this->container->get('jarves.utils');
    }