TYPO3  7.6
Public Member Functions | Public Attributes | List of all members
TransparentSyntaxTreeNode Class Reference
Inheritance diagram for TransparentSyntaxTreeNode:
AbstractNode NodeInterface

Public Member Functions

 evaluate (\TYPO3\CMS\Fluid\Core\Rendering\RenderingContextInterface $renderingContext)
 
- Public Member Functions inherited from AbstractNode
 evaluateChildNodes (\TYPO3\CMS\Fluid\Core\Rendering\RenderingContextInterface $renderingContext)
 
 getChildNodes ()
 
 addChildNode (\TYPO3\CMS\Fluid\Core\Parser\SyntaxTree\NodeInterface $childNode)
 

Public Attributes

 $variableContainer
 

Additional Inherited Members

- Protected Attributes inherited from AbstractNode
 $childNodes = array()
 

Detailed Description

[Enter description here]

Definition at line 17 of file TransparentSyntaxTreeNode.php.

Member Function Documentation

Evaluates the node - can return not only strings, but arbitary objects.

Parameters
\TYPO3\CMS\Fluid\Core\Rendering\RenderingContextInterface$renderingContext
Returns
mixed Evaluated node

Implements NodeInterface.

Definition at line 21 of file TransparentSyntaxTreeNode.php.

Member Data Documentation

$variableContainer

Definition at line 19 of file TransparentSyntaxTreeNode.php.