PHP Class FluidTYPO3\Vhs\ViewHelpers\Iterator\NextViewHelper

Inheritance: extends FluidTYPO3\Vhs\ViewHelpers\Condition\Iterator\ContainsViewHelper
Datei anzeigen Open project: fluidtypo3/vhs

Public Methods

Method Description
render ( ) : string Render
renderStatic ( array $arguments, Closure $renderChildrenClosure, TYPO3\CMS\Fluid\Core\Rendering\RenderingContextInterface $renderingContext ) : mixed Default implementation for use in compiled templates

Method Details

render() public method

Render
public render ( ) : string
return string

renderStatic() public static method

Default implementation for use in compiled templates
public static renderStatic ( array $arguments, Closure $renderChildrenClosure, TYPO3\CMS\Fluid\Core\Rendering\RenderingContextInterface $renderingContext ) : mixed
$arguments array
$renderChildrenClosure Closure
$renderingContext TYPO3\CMS\Fluid\Core\Rendering\RenderingContextInterface
return mixed