TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Install\Report\InstallStatusReport Class Reference
Inheritance diagram for TYPO3\CMS\Install\Report\InstallStatusReport:
TYPO3\CMS\Reports\StatusProviderInterface

Public Member Functions

 getStatus ()
 

Protected Member Functions

 getFileSystemStatus ()
 
 getRemainingUpdatesStatus ()
 
 getLanguageService ()
 

Protected Attributes

 $reportList = 'FileSystem,RemainingUpdates,NewVersion'
 

Detailed Description

Provides an installation status report.

Definition at line 26 of file InstallStatusReport.php.

Member Function Documentation

◆ getFileSystemStatus()

TYPO3\CMS\Install\Report\InstallStatusReport::getFileSystemStatus ( )
protected

◆ getLanguageService()

TYPO3\CMS\Install\Report\InstallStatusReport::getLanguageService ( )
protected

◆ getRemainingUpdatesStatus()

TYPO3\CMS\Install\Report\InstallStatusReport::getRemainingUpdatesStatus ( )
protected

◆ getStatus()

TYPO3\CMS\Install\Report\InstallStatusReport::getStatus ( )

Compiles a collection of system status checks as a status report.

Returns
Status[]

Implements TYPO3\CMS\Reports\StatusProviderInterface.

Definition at line 38 of file InstallStatusReport.php.

Member Data Documentation

◆ $reportList

TYPO3\CMS\Install\Report\InstallStatusReport::$reportList = 'FileSystem,RemainingUpdates,NewVersion'
protected

Definition at line 31 of file InstallStatusReport.php.