RenderingContext extends RenderingContext
Table of Contents
Properties
- $controllerAction : string
- $controllerName : string
Methods
- __construct() : mixed
- buildParserConfiguration() : Configuration
- Build parser configuration. Adds custom fluid interceptors from configuration.
- getControllerAction() : string
- getControllerName() : string
- setControllerAction() : void
- setControllerName() : void
Properties
$controllerAction
protected
string
$controllerAction
= 'Default'
$controllerName
protected
string
$controllerName
= 'Default'
Methods
__construct()
public
__construct(ViewHelperResolver $viewHelperResolver, FluidCacheInterface $cache, array<string|int, mixed> $templateProcessors, array<string|int, mixed> $expressionNodeTypes, TemplatePaths $templatePaths) : mixed
Parameters
- $viewHelperResolver : ViewHelperResolver
- $cache : FluidCacheInterface
- $templateProcessors : array<string|int, mixed>
- $expressionNodeTypes : array<string|int, mixed>
- $templatePaths : TemplatePaths
constructor, use RenderingContextFactory->create()
instead
buildParserConfiguration()
Build parser configuration. Adds custom fluid interceptors from configuration.
public
buildParserConfiguration() : Configuration
Tags
Return values
ConfigurationgetControllerAction()
public
getControllerAction() : string
Return values
stringgetControllerName()
public
getControllerName() : string
Return values
stringsetControllerAction()
public
setControllerAction(string $action) : void
Parameters
- $action : string
setControllerName()
public
setControllerName(string $controllerName) : void
Parameters
- $controllerName : string