Jarves\Controller\Admin\BundleManager\EditorController::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->get('jarves');
        $this->localFilesystem = $this->get('jarves.filesystem.local');
        $this->objects = $this->get('jarves.objects');
        $this->utils = $this->get('jarves.utils');
        $this->configurationOperator = $this->get('jarves.configuration_operator');
    }