PHP Class FluidTYPO3\Vhs\View\UncacheTemplateView

Inheritance: extends TYPO3\CMS\Fluid\View\TemplateView
Afficher le fichier Open project: fluidtypo3/vhs

Méthodes publiques

Méthode Description
callUserFunction ( string $postUserFunc, array $conf, string $content ) : string

Méthodes protégées

Méthode 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 méthode

public callUserFunction ( string $postUserFunc, array $conf, string $content ) : string
$postUserFunc string
$conf array
$content string
Résultat string

prepareContextsForUncachedRendering() protected méthode

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
Résultat void

renderPartialUncached() protected méthode

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
Résultat string