TYPO3 CMS  TYPO3_6-2
Tx_Fluid_Core_Parser_ParsingState Class Reference
Inheritance diagram for Tx_Fluid_Core_Parser_ParsingState:
TYPO3\CMS\Fluid\Core\Parser\ParsingState TYPO3\CMS\Fluid\Core\Parser\ParsedTemplateInterface

Additional Inherited Members

- Public Member Functions inherited from TYPO3\CMS\Fluid\Core\Parser\ParsingState
 setRootNode (\TYPO3\CMS\Fluid\Core\Parser\SyntaxTree\AbstractNode $rootNode)
 
 getRootNode ()
 
 render (\TYPO3\CMS\Fluid\Core\Rendering\RenderingContextInterface $renderingContext)
 
 pushNodeToStack (\TYPO3\CMS\Fluid\Core\Parser\SyntaxTree\AbstractNode $node)
 
 getNodeFromStack ()
 
 popNodeFromStack ()
 
 countNodeStack ()
 
 getVariableContainer ()
 
 setLayoutNameNode (\TYPO3\CMS\Fluid\Core\Parser\SyntaxTree\AbstractNode $layoutNameNode)
 
 getLayoutNameNode ()
 
 hasLayout ()
 
 getLayoutName (\TYPO3\CMS\Fluid\Core\Rendering\RenderingContextInterface $renderingContext)
 
 isCompilable ()
 
 setCompilable ($compilable)
 
 isCompiled ()
 
- Protected Attributes inherited from TYPO3\CMS\Fluid\Core\Parser\ParsingState
 $rootNode
 
 $nodeStack = array()
 
 $variableContainer
 
 $layoutNameNode
 
 $compilable = TRUE
 

Detailed Description

Deprecated:
since 6.0 will be removed in 7.0

Definition at line 3127 of file LegacyClassesForIde.php.