ClickEnlargeViewHelper extends AbstractViewHelper uses CompileWithRenderStatic
This class is the implementation of a Fluid ViewHelper.
View this class in the TYPO3 ViewHelper reference: <.typo3.cms.fluidstyledcontent.s.link.clickenlarge>
FinalYes
A ViewHelper for creating a link for an image popup.
= Example =
this is not part of TYPO3 Core API.
Table of Contents
Properties
- $escapeOutput : bool
Methods
- initializeArguments() : void
- renderStatic() : string
- getContentObjectRenderer() : ContentObjectRenderer
- getTypoScriptService() : TypoScriptService
Properties
$escapeOutput
protected
bool
$escapeOutput
= false
Methods
initializeArguments()
public
initializeArguments() : void
renderStatic()
public
static renderStatic(array<string|int, mixed> $arguments, Closure $renderChildrenClosure, RenderingContextInterface $renderingContext) : string
Parameters
- $arguments : array<string|int, mixed>
- $renderChildrenClosure : Closure
- $renderingContext : RenderingContextInterface
Return values
stringgetContentObjectRenderer()
protected
static getContentObjectRenderer() : ContentObjectRenderer
Return values
ContentObjectRenderergetTypoScriptService()
protected
static getTypoScriptService() : TypoScriptService