FlagValueViewHelper extends AbstractViewHelper uses CompileWithRenderStatic
This class is the implementation of a Fluid ViewHelper.
View this class in the TYPO3 ViewHelper reference: <.typo3.cms.indexedsearch.s.format.flagvalue>
FlagValue viewhelper
Table of Contents
Methods
- initializeArguments() : mixed
- Sets up the needed arguments for this ViewHelper.
- renderStatic() : string
- Render additional flag information
Methods
initializeArguments()
Sets up the needed arguments for this ViewHelper.
public
initializeArguments() : mixed
renderStatic()
Render additional flag information
public
static renderStatic(array<string|int, mixed> $arguments, Closure $renderChildrenClosure, RenderingContextInterface $renderingContext) : string
Parameters
- $arguments : array<string|int, mixed>
- $renderChildrenClosure : Closure
- $renderingContext : RenderingContextInterface