2 namespace TYPO3\CMS\Fluid\ViewHelpers\Be\Menus;
51 $this->tag->addAttribute(
'label', $label);
53 foreach ($this->childNodes as $childNode) {
55 $options .= $childNode->evaluate($this->renderingContext);
58 $this->tag->setContent($options);
59 return $this->tag->render();