![]() |
TYPO3
7.6
|
Public Member Functions | |
__construct () | |
setTemplatePathAndFileName ($templatePathAndFileName) | |
setLayoutRootPath ($layoutRootPath) | |
setPartialRootPath ($partialRootPath) | |
![]() | |
setControllerContext (\TYPO3\CMS\Extbase\Mvc\Controller\ControllerContext $controllerContext) | |
assign ($key, $value) | |
assignMultiple (array $values) | |
canRender (\TYPO3\CMS\Extbase\Mvc\Controller\ControllerContext $controllerContext) | |
initializeView () | |
![]() | |
render () | |
Protected Member Functions | |
renderAlertStatus () | |
Protected Attributes | |
$templatePathAndFileName | |
$layoutRootPath | |
$partialRootPath | |
$objectManager = null | |
![]() | |
$controllerContext | |
$variables = array() | |
A view with basically wraps the standalone view for normal conditions and implements a renderAlertStatus message for alert conditions which would also make the install tool to fail.
Definition at line 24 of file FailsafeView.php.
__construct | ( | ) |
Constructor
Definition at line 49 of file FailsafeView.php.
References GeneralUtility\makeInstance().
|
protected |
In case an alert happens we fall back to a simple PHP template
Definition at line 81 of file FailsafeView.php.
setLayoutRootPath | ( | $layoutRootPath | ) |
string | $layoutRootPath |
Definition at line 103 of file FailsafeView.php.
References FailsafeView\$layoutRootPath.
setPartialRootPath | ( | $partialRootPath | ) |
string | $partialRootPath |
Definition at line 111 of file FailsafeView.php.
References FailsafeView\$partialRootPath.
setTemplatePathAndFileName | ( | $templatePathAndFileName | ) |
string | $templatePathAndFileName |
Definition at line 95 of file FailsafeView.php.
References FailsafeView\$templatePathAndFileName.
|
protected |
Definition at line 34 of file FailsafeView.php.
Referenced by FailsafeView\setLayoutRootPath().
|
protected |
Definition at line 44 of file FailsafeView.php.
|
protected |
Definition at line 39 of file FailsafeView.php.
Referenced by FailsafeView\setPartialRootPath().
|
protected |
Definition at line 29 of file FailsafeView.php.
Referenced by FailsafeView\setTemplatePathAndFileName().