Property | Type | Description | |
---|---|---|---|
$cache | |||
$controllerContext | |||
$expressionNodeTypes | array | List of class names implementing ExpressionNodeInterface which will be consulted when an expression does not match any built-in parser expression types. | |
$objectManager | Neos\Flow\ObjectManagement\ObjectManagerInterface | ||
$viewHelperResolver |
Method | Description | |
---|---|---|
__construct ( TYPO3Fluid\Fluid\View\ViewInterface $view, array $options = [] ) | RenderingContext constructor. | |
buildParserConfiguration ( ) : TYPO3Fluid\Fluid\Core\Parser\Configuration | Build parser configuration | |
getControllerContext ( ) : |
||
getObjectManager ( ) : Neos\Flow\ObjectManagement\ObjectManagerInterface | ||
getTemplateVariableContainer ( ) : TYPO3Fluid\Fluid\Core\Variables\VariableProviderInterface | ||
injectObjectManager ( Neos\Flow\ObjectManagement\ObjectManagerInterface $objectManager ) | ||
setControllerContext ( |
||
setOption ( string $optionName, mixed $value ) : void | Set a specific option of this View |
public __construct ( TYPO3Fluid\Fluid\View\ViewInterface $view, array $options = [] ) | ||
$view | TYPO3Fluid\Fluid\View\ViewInterface | |
$options | array |
public buildParserConfiguration ( ) : TYPO3Fluid\Fluid\Core\Parser\Configuration | ||
return | TYPO3Fluid\Fluid\Core\Parser\Configuration |
public getControllerContext ( ) : |
||
return |
public getObjectManager ( ) : Neos\Flow\ObjectManagement\ObjectManagerInterface | ||
return | Neos\Flow\ObjectManagement\ObjectManagerInterface |
public getTemplateVariableContainer ( ) : TYPO3Fluid\Fluid\Core\Variables\VariableProviderInterface | ||
return | TYPO3Fluid\Fluid\Core\Variables\VariableProviderInterface |
public injectObjectManager ( Neos\Flow\ObjectManagement\ObjectManagerInterface $objectManager ) | ||
$objectManager | Neos\Flow\ObjectManagement\ObjectManagerInterface |
public setControllerContext ( |
||
$controllerContext |
protected CacheAdaptor,Neos\FluidAdaptor\Core\Cache $cache | ||
return |
protected ControllerContext,Neos\Flow\Mvc\Controller $controllerContext | ||
return |
protected array $expressionNodeTypes | ||
return | array |
protected ObjectManagerInterface,Neos\Flow\ObjectManagement $objectManager | ||
return | Neos\Flow\ObjectManagement\ObjectManagerInterface |