2 namespace TYPO3\CMS\Fluid\ViewHelpers;
88 public function render($section = null, $partial = null,
$arguments = array(), $optional =
false)
90 return static::renderStatic(
92 'section' => $section,
93 'partial' => $partial,
95 'optional' => $optional,
98 $this->renderingContext
112 $section = $arguments[
'section'];
113 $partial = $arguments[
'partial'];
114 $optional = $arguments[
'optional'];
115 $arguments = static::loadSettingsIntoArguments($arguments[
'arguments'], $renderingContext);
118 if ($partial !== null) {
120 }
elseif ($section !== null) {