![]() |
TYPO3
7.6
|
Public Member Functions | |
getStatus () | |
Protected Member Functions | |
getFileSystemStatus () | |
getRemainingUpdatesStatus () | |
getLanguageService () | |
Protected Attributes | |
$reportList = 'FileSystem,RemainingUpdates,NewVersion' | |
Provides an installation status report.
Definition at line 26 of file InstallStatusReport.php.
|
protected |
Checks for several directories being writable.
Definition at line 53 of file InstallStatusReport.php.
References $GLOBALS, Status\ERROR, InstallStatusReport\getLanguageService(), GeneralUtility\makeInstance(), GeneralUtility\mkdir(), Status\OK, and Status\WARNING.
|
protected |
Definition at line 221 of file InstallStatusReport.php.
References $GLOBALS.
Referenced by InstallStatusReport\getFileSystemStatus(), and InstallStatusReport\getRemainingUpdatesStatus().
|
protected |
Checks if there are still updates to perform
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.
Implements StatusProviderInterface.
Definition at line 38 of file InstallStatusReport.php.
|
protected |
Definition at line 31 of file InstallStatusReport.php.