|
Public Member Functions inherited from TYPO3\CMS\Fluid\View\StandaloneView |
| setFormat ($format) |
|
| getFormat () |
|
| getRequest () |
|
| setTemplatePathAndFilename ($templatePathAndFilename) |
|
| getTemplatePathAndFilename () |
|
| setTemplateSource ($templateSource) |
|
| setLayoutRootPath ($layoutRootPath) |
|
| setLayoutRootPaths (array $layoutRootPaths) |
|
| getLayoutRootPath () |
|
| getLayoutRootPaths () |
|
| setPartialRootPath ($partialRootPath) |
|
| getPartialRootPath () |
|
| setPartialRootPaths (array $partialRootPaths) |
|
| getPartialRootPaths () |
|
| hasTemplate () |
|
| 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) |
|
| setControllerContext (\TYPO3\CMS\Extbase\Mvc\Controller\ControllerContext $controllerContext) |
|
| canRender (\TYPO3\CMS\Extbase\Mvc\Controller\ControllerContext $controllerContext) |
|
| render () |
|
const | RENDERING_TEMPLATE = 1 |
|
const | RENDERING_PARTIAL = 2 |
|
const | RENDERING_LAYOUT = 3 |
|
Protected Member Functions inherited from TYPO3\CMS\Fluid\View\StandaloneView |
| getTemplateIdentifier ($actionName=NULL) |
|
| getTemplateSource ($actionName=NULL) |
|
| getLayoutIdentifier ($layoutName='Default') |
|
| getLayoutSource ($layoutName='Default') |
|
| getLayoutPathAndFilename ($layoutName='Default') |
|
| testFileExistence ($filePath) |
|
| getPartialIdentifier ($partialName) |
|
| getPartialSource ($partialName) |
|
| getPartialPathAndFilename ($partialName) |
|
| createIdentifierForFile ($pathAndFilename, $prefix) |
|
| 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\StandaloneView |
| $templateSource = NULL |
|
| $templatePathAndFilename = NULL |
|
| $layoutRootPath = NULL |
|
| $partialRootPath = NULL |
|
| $partialRootPaths = NULL |
|
| $layoutRootPaths = NULL |
|
| $templateCompiler |
|
| $controllerContext |
|
| $objectManager |
|
| $templateParser |
|
| $templateCompiler |
|
| $baseRenderingContext |
|
| $renderingStack = array() |
|
| $partialIdentifierCache = array() |
|