TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Fluid\Core\Parser\SyntaxTree\RenderingContextAwareInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Fluid\Core\Parser\SyntaxTree\RenderingContextAwareInterface:
Tx_Fluid_Core_Parser_SyntaxTree_RenderingContextAwareInterface

Public Member Functions

 setRenderingContext (\TYPO3\CMS\Fluid\Core\Rendering\RenderingContextInterface $renderingContext)
 

Detailed Description

Interface for objects which are aware of Fluid's rendering context. All objects marked with this interface will get the current rendering context injected by the ObjectAccessorNode on trying to evaluate them.

Definition at line 19 of file RenderingContextAwareInterface.php.

Member Function Documentation

◆ setRenderingContext()

TYPO3\CMS\Fluid\Core\Parser\SyntaxTree\RenderingContextAwareInterface::setRenderingContext ( \TYPO3\CMS\Fluid\Core\Rendering\RenderingContextInterface  $renderingContext)

Sets the current rendering context

Parameters
\TYPO3\CMS\Fluid\Core\Rendering\RenderingContextInterface$renderingContext
Returns
void