RenderingContext
class RenderingContext extends RenderingContext implements FlowAwareRenderingContextInterface (View source)
A Fluid rendering context specifically to be used in conjunction with Flow.
This knows about the ControllerContext and ObjectManager.
Properties
protected array | $expressionNodeTypes | List of class names implementing ExpressionNodeInterface which will be consulted when an expression does not match any built-in parser expression types. |
|
protected ControllerContext | $controllerContext | ||
protected ObjectManagerInterface | $objectManager | ||
protected ViewHelperResolver | $viewHelperResolver | ||
protected CacheAdaptor | $cache | ||
protected Configuration | $parserConfiguration |
Methods
__construct(array $options = [])
RenderingContext constructor.
getControllerContext()
No description
getObjectManager()
No description
Configuration
buildParserConfiguration()
Build parser configuration
void
setOption(string $optionName, mixed $value)
Set a specific option of this View
Details
__construct(array $options = [])
RenderingContext constructor.
injectObjectManager(ObjectManagerInterface $objectManager)
No description
ControllerContext
getControllerContext()
No description
setControllerContext(ControllerContext $controllerContext)
No description
ObjectManagerInterface
getObjectManager()
No description
Configuration
buildParserConfiguration()
Build parser configuration
void
setOption(string $optionName, mixed $value)
Set a specific option of this View