TYPO3  7.6
Public Attributes | Protected Member Functions | List of all members
TemplateViewFixture Class Reference
Inheritance diagram for TemplateViewFixture:
TemplateView AbstractTemplateView ViewInterface

Public Attributes

 $syntaxTree
 

Protected Member Functions

 resolveTemplateFile ()
 
 loadTemplateFile ($templateFilePath)
 
- Protected Member Functions inherited from TemplateView
 getTemplateSource ($actionName=null)
 
 getLayoutIdentifier ($layoutName= 'Default')
 
 getLayoutSource ($layoutName= 'Default')
 
 getLayoutPathAndFilename ($layoutName= 'Default')
 
 getPartialIdentifier ($partialName)
 
 getPartialSource ($partialName)
 
 getPartialPathAndFilename ($partialName)
 
 buildListOfTemplateCandidates ($templateName, $paths, $marker)
 
 expandPatterns (array &$patterns, $search, array $replacements)
 
 resolveFileNamePath ($pathAndFilename)
 
- Protected Member Functions inherited from AbstractTemplateView
 ucFileNameInPath ($templatePath)
 
 testFileExistence ($filePath)
 
 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 ()
 

Additional Inherited Members

- Public Member Functions inherited from 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)
 
- Protected Attributes inherited from 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
 

Detailed Description

[Enter description here]

Definition at line 17 of file TemplateViewFixture.php.

Member Function Documentation

loadTemplateFile (   $templateFilePath)
protected

Definition at line 25 of file TemplateViewFixture.php.

resolveTemplateFile ( )
protected

Definition at line 21 of file TemplateViewFixture.php.

Member Data Documentation

$syntaxTree

Definition at line 19 of file TemplateViewFixture.php.