17 use TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface;
18 use TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper;
19 use TYPO3Fluid\Fluid\Core\ViewHelper\Traits\CompileWithRenderStatic;
27 use CompileWithRenderStatic;
34 $this->registerArgument(
'flags',
'int',
'',
true);
46 public static function renderStatic(array $arguments, \Closure $renderChildrenClosure, RenderingContextInterface $renderingContext)
48 $flags = (int)$arguments[
'flags'];
51 $content = ($flags & 128 ?
'<title>' :
'')
52 . ($flags & 64 ?
'<meta/keywords>' :
'')
53 . ($flags & 32 ?
'<meta/description>' :
'');