TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Install\View\FailsafeView Class Reference
Inheritance diagram for TYPO3\CMS\Install\View\FailsafeView:
TYPO3\CMS\Extbase\Mvc\View\AbstractView TYPO3\CMS\Extbase\Mvc\View\ViewInterface

Public Member Functions

 __construct ()
 
 setTemplatePathAndFileName ($templatePathAndFileName)
 
 setLayoutRootPath ($layoutRootPath)
 
 setPartialRootPath ($partialRootPath)
 
- Public Member Functions inherited from TYPO3\CMS\Extbase\Mvc\View\AbstractView
 setControllerContext (\TYPO3\CMS\Extbase\Mvc\Controller\ControllerContext $controllerContext)
 
 assign ($key, $value)
 
 assignMultiple (array $values)
 
 canRender (\TYPO3\CMS\Extbase\Mvc\Controller\ControllerContext $controllerContext)
 
 initializeView ()
 
- Public Member Functions inherited from TYPO3\CMS\Extbase\Mvc\View\ViewInterface
 render ()
 

Protected Member Functions

 renderAlertStatus ()
 

Protected Attributes

 $templatePathAndFileName
 
 $layoutRootPath
 
 $partialRootPath
 
 $objectManager = null
 
- Protected Attributes inherited from TYPO3\CMS\Extbase\Mvc\View\AbstractView
 $controllerContext
 
 $variables = []
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Install\View\FailsafeView::__construct ( )

Member Function Documentation

◆ renderAlertStatus()

TYPO3\CMS\Install\View\FailsafeView::renderAlertStatus ( )
protected

In case an alert happens we fall back to a simple PHP template

Returns
string

Definition at line 81 of file FailsafeView.php.

Referenced by TYPO3\CMS\Install\View\FailsafeView\__construct().

◆ setLayoutRootPath()

TYPO3\CMS\Install\View\FailsafeView::setLayoutRootPath (   $layoutRootPath)
Parameters
string$layoutRootPath

Definition at line 103 of file FailsafeView.php.

References TYPO3\CMS\Install\View\FailsafeView\$layoutRootPath.

◆ setPartialRootPath()

TYPO3\CMS\Install\View\FailsafeView::setPartialRootPath (   $partialRootPath)
Parameters
string$partialRootPath

Definition at line 111 of file FailsafeView.php.

References TYPO3\CMS\Install\View\FailsafeView\$partialRootPath.

◆ setTemplatePathAndFileName()

TYPO3\CMS\Install\View\FailsafeView::setTemplatePathAndFileName (   $templatePathAndFileName)
Parameters
string$templatePathAndFileName

Definition at line 95 of file FailsafeView.php.

References TYPO3\CMS\Install\View\FailsafeView\$templatePathAndFileName.

Member Data Documentation

◆ $layoutRootPath

TYPO3\CMS\Install\View\FailsafeView::$layoutRootPath
protected

◆ $objectManager

TYPO3\CMS\Install\View\FailsafeView::$objectManager = null
protected

Definition at line 44 of file FailsafeView.php.

◆ $partialRootPath

TYPO3\CMS\Install\View\FailsafeView::$partialRootPath
protected

◆ $templatePathAndFileName

TYPO3\CMS\Install\View\FailsafeView::$templatePathAndFileName
protected