2 namespace TYPO3\CMS\Backend\View;
74 public function render($actionName = null)
76 $actionViewContent = $this->templateView->render($actionName);
77 $this->moduleTemplate->setContent($actionViewContent);
78 return $this->moduleTemplate->renderContent();
90 $this->templateView->setControllerContext($controllerContext);
103 $this->templateView->assign($key, $value);
117 $this->templateView->assignMultiple($values);
130 return $this->templateView->canRender($controllerContext);
138 $this->templateView->initializeView();