NoSpaceViewHelper extends AbstractViewHelper uses CompileWithRenderStatic
This class is the implementation of a Fluid ViewHelper.
View this class in the TYPO3 ViewHelper reference: <.typo3.cms.install.s.format.nospace>
Remove all spaces in a string
Table of Contents
Methods
- initializeArguments() : void
- Initialize arguments
- renderStatic() : string
- Render a string with whitespaces stripped
Methods
initializeArguments()
Initialize arguments
public
initializeArguments() : void
renderStatic()
Render a string with whitespaces stripped
public
static renderStatic(array<string|int, mixed> $arguments, Closure $renderChildrenClosure, RenderingContextInterface $renderingContext) : string
Parameters
- $arguments : array<string|int, mixed>
- $renderChildrenClosure : Closure
- $renderingContext : RenderingContextInterface