TYPO3  7.6
Public Member Functions | Protected Member Functions | List of all members
SystemStatus Class Reference
Inheritance diagram for SystemStatus:
StatusProviderInterface

Public Member Functions

 getStatus ()
 

Protected Member Functions

 getMissingPhpModulesOfExtensions ()
 

Detailed Description

Performs several checks about the system's health

Definition at line 20 of file SystemStatus.php.

Member Function Documentation

getMissingPhpModulesOfExtensions ( )
protected

Reports whether extensions need additional PHP modules different from standard core requirements

Returns
A status of missing PHP modules

Definition at line 89 of file SystemStatus.php.

References $GLOBALS, and elseif.

Referenced by SystemStatus\getStatus().

getStatus ( )

Determines the Install Tool's status, mainly concerning its protection.

Returns
array List of statuses

Implements StatusProviderInterface.

Definition at line 27 of file SystemStatus.php.

References SystemStatus\getMissingPhpModulesOfExtensions().