![]() |
TYPO3
7.6
|
Public Member Functions | |
__construct () | |
getReport () | |
getSystemStatus () | |
getDetailedSystemStatus () | |
Protected Member Functions | |
getStatusProviders () | |
sortStatusProviders (array $statusCollection) | |
Protected Attributes | |
$statusProviders = array() | |
The status report
Definition at line 24 of file Report/Status/Status.php.
__construct | ( | ) |
Constructor for class tx_reports_report_Status
Definition at line 34 of file Report/Status/Status.php.
References $GLOBALS, and Status\getStatusProviders().
getDetailedSystemStatus | ( | ) |
Runs through all status providers and returns all statuses collected, which are detailed.
Definition at line 98 of file Report/Status/Status.php.
getReport | ( | ) |
Takes care of creating / rendering the status report
Implements ReportInterface.
Definition at line 45 of file Report/Status/Status.php.
References $GLOBALS, $registry, and Status\getSystemStatus().
|
protected |
Gets all registered status providers and creates instances of them.
Definition at line 62 of file Report/Status/Status.php.
References $GLOBALS.
Referenced by Status\__construct().
getSystemStatus | ( | ) |
Runs through all status providers and returns all statuses collected.
Definition at line 80 of file Report/Status/Status.php.
Referenced by Status\getReport().
|
protected |
Sorts the status providers (alphabetically and puts primary status providers at the beginning)
array | $statusCollection | A collection of statuses (with providers) |
Definition at line 191 of file Report/Status/Status.php.
References $GLOBALS.
|
protected |
Definition at line 29 of file Report/Status/Status.php.