PHP Class FluidTYPO3\Vhs\ViewHelpers\Page\InfoViewHelper

Inheritance: extends TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper, use trait FluidTYPO3\Vhs\Traits\DefaultRenderMethodViewHelperTrait, use trait FluidTYPO3\Vhs\Traits\TemplateVariableViewHelperTrait
Datei anzeigen Open project: fluidtypo3/vhs

Protected Properties

Property Type Description
$pageService FluidTYPO3\Vhs\Service\PageService

Public Methods

Method Description
initializeArguments ( )
renderStatic ( array $arguments, Closure $renderChildrenClosure, TYPO3\CMS\Fluid\Core\Rendering\RenderingContextInterface $renderingContext ) : mixed

Protected Methods

Method Description
getPageService ( ) : PageService

Method Details

getPageService() protected static method

protected static getPageService ( ) : PageService
return FluidTYPO3\Vhs\Service\PageService

initializeArguments() public method

public initializeArguments ( )

renderStatic() public static method

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

Property Details

$pageService protected_oe static_oe property

protected static PageService,FluidTYPO3\Vhs\Service $pageService
return FluidTYPO3\Vhs\Service\PageService