![]() |
TYPO3
7.6
|
Public Member Functions | |
getObjectManager () | |
injectTemplateVariableContainer (\TYPO3\CMS\Fluid\Core\ViewHelper\TemplateVariableContainer $templateVariableContainer) | |
getTemplateVariableContainer () | |
setControllerContext (\TYPO3\CMS\Extbase\Mvc\Controller\ControllerContext $controllerContext) | |
getControllerContext () | |
getViewHelperVariableContainer () | |
Protected Attributes | |
$templateVariableContainer | |
$objectManager | |
$controllerContext | |
$viewHelperVariableContainer | |
Definition at line 14 of file RenderingContext.php.
getControllerContext | ( | ) |
Get the controller context which will be passed to the ViewHelper
Implements RenderingContextInterface.
Definition at line 93 of file RenderingContext.php.
References RenderingContext\$controllerContext.
getObjectManager | ( | ) |
Returns the object manager. Only the ViewHelperNode should do this.
Definition at line 52 of file RenderingContext.php.
References RenderingContext\$objectManager.
getTemplateVariableContainer | ( | ) |
Get the template variable container
Implements RenderingContextInterface.
Definition at line 73 of file RenderingContext.php.
References RenderingContext\$templateVariableContainer.
getViewHelperVariableContainer | ( | ) |
Get the ViewHelperVariableContainer
Implements RenderingContextInterface.
Definition at line 103 of file RenderingContext.php.
References RenderingContext\$viewHelperVariableContainer.
injectTemplateVariableContainer | ( | \TYPO3\CMS\Fluid\Core\ViewHelper\TemplateVariableContainer | $templateVariableContainer | ) |
Injects the template variable container containing all variables available through Object Accessors in the template
\TYPO3\CMS\Fluid\Core\ViewHelper\TemplateVariableContainer | $templateVariableContainer | The template variable container to set |
Definition at line 63 of file RenderingContext.php.
References RenderingContext\$templateVariableContainer.
setControllerContext | ( | \TYPO3\CMS\Extbase\Mvc\Controller\ControllerContext | $controllerContext | ) |
Set the controller context which will be passed to the ViewHelper
\TYPO3\CMS\Extbase\Mvc\Controller\ControllerContext | $controllerContext | The controller context to set |
Definition at line 83 of file RenderingContext.php.
References RenderingContext\$controllerContext.
|
protected |
Definition at line 37 of file RenderingContext.php.
Referenced by RenderingContext\getControllerContext(), and RenderingContext\setControllerContext().
|
protected |
Definition at line 30 of file RenderingContext.php.
Referenced by RenderingContext\getObjectManager().
|
protected |
Definition at line 21 of file RenderingContext.php.
Referenced by RenderingContext\getTemplateVariableContainer(), and RenderingContext\injectTemplateVariableContainer().
|
protected |
Definition at line 45 of file RenderingContext.php.
Referenced by RenderingContext\getViewHelperVariableContainer().