Jarves\Controller\Admin\UITranslationsController::setContainer PHP Метод

setContainer() публичный Метод

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->pageStack = $this->get('jarves.page_stack');
        $this->translator = $this->get('jarves.translator');
        $this->webFilesystem = $this->get('jarves.filesystem.web');
        $this->templating = $this->get('templating');
    }