TYPO3  7.6
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
InstallStatusReport Class Reference
Inheritance diagram for InstallStatusReport:
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 ( )
protected

Checks for several directories being writable.

Returns
Status Indicates status of the file system

Definition at line 53 of file InstallStatusReport.php.

References $GLOBALS, Status\ERROR, InstallStatusReport\getLanguageService(), GeneralUtility\makeInstance(), GeneralUtility\mkdir(), Status\OK, and Status\WARNING.

getLanguageService ( )
protected
Returns
LanguageService

Definition at line 221 of file InstallStatusReport.php.

References $GLOBALS.

Referenced by InstallStatusReport\getFileSystemStatus(), and InstallStatusReport\getRemainingUpdatesStatus().

getRemainingUpdatesStatus ( )
protected

Checks if there are still updates to perform

Returns
Status Represents whether the installation is completely updated yet

Definition at line 136 of file InstallStatusReport.php.

References $GLOBALS, $url, InstallStatusReport\getLanguageService(), GeneralUtility\makeInstance(), Status\OK, and Status\WARNING.

getStatus ( )

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

Returns
Status[]

Implements StatusProviderInterface.

Definition at line 38 of file InstallStatusReport.php.

Member Data Documentation

$reportList = 'FileSystem,RemainingUpdates,NewVersion'
protected

Definition at line 31 of file InstallStatusReport.php.