TYPO3 CMS  TYPO3_6-2
Tx_Fluid_View_TemplateView Class Reference
Inheritance diagram for Tx_Fluid_View_TemplateView:
TYPO3\CMS\Fluid\View\TemplateView TYPO3\CMS\Fluid\View\AbstractTemplateView TYPO3\CMS\Extbase\Mvc\View\ViewInterface

Additional Inherited Members

- Public Member Functions inherited from TYPO3\CMS\Fluid\View\TemplateView
 __construct ()
 
 initializeView ()
 
 setTemplatePathAndFilename ($templatePathAndFilename)
 
 setLayoutPathAndFilename ($layoutPathAndFilename)
 
 setTemplateRootPath ($templateRootPath)
 
 setTemplateRootPaths (array $templateRootPaths)
 
 setPartialRootPath ($partialRootPath)
 
 setPartialRootPaths (array $partialRootPaths)
 
 setLayoutRootPath ($layoutRootPath)
 
 setLayoutRootPaths (array $layoutRootPaths)
 
 canRender (ControllerContext $controllerContext)
 
- Public Member Functions inherited from TYPO3\CMS\Fluid\View\AbstractTemplateView
 injectTemplateCompiler (\TYPO3\CMS\Fluid\Core\Compiler\TemplateCompiler $templateCompiler)
 
 setRenderingContext (\TYPO3\CMS\Fluid\Core\Rendering\RenderingContextInterface $renderingContext)
 
 setControllerContext (\TYPO3\CMS\Extbase\Mvc\Controller\ControllerContext $controllerContext)
 
 initializeView ()
 
 assign ($key, $value)
 
 assignMultiple (array $values)
 
 render ($actionName=NULL)
 
 renderSection ($sectionName, array $variables, $ignoreUnknown=FALSE)
 
 renderPartial ($partialName, $sectionName, array $variables)
 
 canRender (\TYPO3\CMS\Extbase\Mvc\Controller\ControllerContext $controllerContext)
 
- Public Member Functions inherited from TYPO3\CMS\Extbase\Mvc\View\ViewInterface
 setControllerContext (\TYPO3\CMS\Extbase\Mvc\Controller\ControllerContext $controllerContext)
 
 canRender (\TYPO3\CMS\Extbase\Mvc\Controller\ControllerContext $controllerContext)
 
 render ()
 
- Public Attributes inherited from TYPO3\CMS\Fluid\View\AbstractTemplateView
const RENDERING_TEMPLATE = 1
 
const RENDERING_PARTIAL = 2
 
const RENDERING_LAYOUT = 3
 
- Protected Member Functions inherited from TYPO3\CMS\Fluid\View\TemplateView
 getTemplateRootPath ()
 
 getPartialRootPath ()
 
 getLayoutRootPath ()
 
 getTemplateSource ($actionName=NULL)
 
 getLayoutIdentifier ($layoutName='Default')
 
 getLayoutSource ($layoutName='Default')
 
 getLayoutPathAndFilename ($layoutName='Default')
 
 getPartialIdentifier ($partialName)
 
 getPartialSource ($partialName)
 
 getPartialPathAndFilename ($partialName)
 
 expandPatterns (array &$patterns, $search, array $replacements)
 
 resolveFileNamePath ($pathAndFilename)
 
- Protected Member Functions inherited from TYPO3\CMS\Fluid\View\AbstractTemplateView
 getTemplateIdentifier ($actionName=NULL)
 
 getTemplateSource ($actionName=NULL)
 
 getLayoutIdentifier ($layoutName='Default')
 
 getLayoutSource ($layoutName='Default')
 
 getPartialIdentifier ($partialName)
 
 getPartialSource ($partialName)
 
 buildParserConfiguration ()
 
 startRendering ($type, \TYPO3\CMS\Fluid\Core\Parser\ParsedTemplateInterface $parsedTemplate, \TYPO3\CMS\Fluid\Core\Rendering\RenderingContextInterface $renderingContext)
 
 stopRendering ()
 
 getCurrentRenderingType ()
 
 getCurrentParsedTemplate ()
 
 getCurrentRenderingContext ()
 
- Protected Attributes inherited from TYPO3\CMS\Fluid\View\TemplateView
 $templateRootPathPattern = '@packageResourcesPath/Private/Templates'
 
 $partialRootPathPattern = '@packageResourcesPath/Private/Partials'
 
 $layoutRootPathPattern = '@packageResourcesPath/Private/Layouts'
 
 $templateRootPaths = NULL
 
 $partialRootPaths = NULL
 
 $layoutRootPaths = NULL
 
 $templatePathAndFilenamePattern = '@templateRoot/@subpackage/@controller/@action.@format'
 
 $layoutPathAndFilenamePattern = '@layoutRoot/@layout.@format'
 
 $templatePathAndFilename = NULL
 
 $layoutPathAndFilename = NULL
 
- Protected Attributes inherited from TYPO3\CMS\Fluid\View\AbstractTemplateView
 $controllerContext
 
 $objectManager
 
 $templateParser
 
 $templateCompiler
 
 $baseRenderingContext
 
 $renderingStack = array()
 
 $partialIdentifierCache = array()
 

Detailed Description

Deprecated:
since 6.0 will be removed in 7.0

Definition at line 3372 of file LegacyClassesForIde.php.