TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Reports\Report\Status\SystemStatus Class Reference
Inheritance diagram for TYPO3\CMS\Reports\Report\Status\SystemStatus:
TYPO3\CMS\Reports\StatusProviderInterface tx_reports_reports_status_SystemStatus

Public Member Functions

 getStatus ()
 

Protected Member Functions

 getMissingPhpModulesOfExtensions ()
 

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! Performs several checks about the system's health

Author
Ingo Renner ingo@.nosp@m.typo.nosp@m.3.org

Definition at line 21 of file SystemStatus.php.

Member Function Documentation

◆ getMissingPhpModulesOfExtensions()

TYPO3\CMS\Reports\Report\Status\SystemStatus::getMissingPhpModulesOfExtensions ( )
protected

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

Returns
A status of missing PHP modules

Definition at line 87 of file SystemStatus.php.

References $GLOBALS, $module, TYPO3\CMS\Reports\Status\ERROR, TYPO3\CMS\Core\Utility\GeneralUtility\getUserObj(), and TYPO3\CMS\Reports\Status\OK.

Referenced by TYPO3\CMS\Reports\Report\Status\SystemStatus\getStatus().

◆ getStatus()