PHP Class FluidTYPO3\Vhs\ViewHelpers\Page\LanguageViewHelper

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

Protected Properties

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

Public Methods

Method Description
initializeArguments ( ) : void Initialize
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

Initialize
public initializeArguments ( ) : void
return void

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