![]() |
TYPO3
7.6
|
Additional Inherited Members | |
![]() | |
const | RENDERING_TEMPLATE = 1 |
const | RENDERING_PARTIAL = 2 |
const | RENDERING_LAYOUT = 3 |
![]() | |
getTemplateIdentifier ($actionName=null) | |
getTemplateSource ($actionName=null) | |
getLayoutIdentifier ($layoutName= 'Default') | |
getLayoutSource ($layoutName= 'Default') | |
getLayoutPathAndFilename ($layoutName= 'Default') | |
getPartialIdentifier ($partialName) | |
getPartialSource ($partialName) | |
getPartialPathAndFilename ($partialName) | |
buildListOfTemplateCandidates ($templateName, array $paths, $format) | |
createIdentifierForFile ($pathAndFilename, $prefix) | |
resolveFileNamePath ($pathAndFilename) | |
![]() | |
$templateSource = null | |
$templatePathAndFilename = null | |
$templateRootPaths = null | |
$partialRootPaths = null | |
$layoutRootPaths = null | |
A standalone fluid view with reduced functionality for ext:install
In contrast to the parent class, this StandaloneView does not bootstrap a frontend, so some view helper like f:link will not work.
Definition at line 23 of file install/Classes/View/StandaloneView.php.
__construct | ( | ) |
Constructor
Constructor
ContentObjectRenderer | $contentObject | The current cObject. If NULL a new instance will be created |
\InvalidArgumentException | |
\UnexpectedValueException |
Definition at line 28 of file install/Classes/View/StandaloneView.php.
References AbstractTemplateView\$controllerContext, GeneralUtility\getIndpEnv(), GeneralUtility\makeInstance(), AbstractTemplateView\setControllerContext(), and AbstractTemplateView\setRenderingContext().