PHP Class FluidTYPO3\Vhs\View\UncacheTemplateView

Inheritance: extends TYPO3\CMS\Fluid\View\TemplateView
Datei anzeigen Open project: fluidtypo3/vhs

Public Methods

Method Description
callUserFunction ( string $postUserFunc, array $conf, string $content ) : string

Protected Methods

Method Description
prepareContextsForUncachedRendering ( TYPO3\CMS\Fluid\Core\Rendering\RenderingContextInterface $renderingContext, TYPO3\CMS\Extbase\Mvc\Controller\ControllerContext $controllerContext ) : void
renderPartialUncached ( TYPO3\CMS\Fluid\Core\Rendering\RenderingContextInterface $renderingContext, string $partial, string $section = null, array $arguments = [] ) : string

Method Details

callUserFunction() public method

public callUserFunction ( string $postUserFunc, array $conf, string $content ) : string
$postUserFunc string
$conf array
$content string
return string

prepareContextsForUncachedRendering() protected method

protected prepareContextsForUncachedRendering ( TYPO3\CMS\Fluid\Core\Rendering\RenderingContextInterface $renderingContext, TYPO3\CMS\Extbase\Mvc\Controller\ControllerContext $controllerContext ) : void
$renderingContext TYPO3\CMS\Fluid\Core\Rendering\RenderingContextInterface
$controllerContext TYPO3\CMS\Extbase\Mvc\Controller\ControllerContext
return void

renderPartialUncached() protected method

protected renderPartialUncached ( TYPO3\CMS\Fluid\Core\Rendering\RenderingContextInterface $renderingContext, string $partial, string $section = null, array $arguments = [] ) : string
$renderingContext TYPO3\CMS\Fluid\Core\Rendering\RenderingContextInterface
$partial string
$section string
$arguments array
return string