‪TYPO3CMS  ‪main
TYPO3\CMS\Reports\Report\Status\Typo3Status Class Reference
Inheritance diagram for TYPO3\CMS\Reports\Report\Status\Typo3Status:
TYPO3\CMS\Reports\StatusProviderInterface

Public Member Functions

Status[] getStatus ()
 
 getLabel ()
 

Protected Member Functions

TYPO3 CMS Reports Status getRegisteredXclassStatus ()
 
 getLanguageService ()
 

Detailed Description

Performs basic checks about the TYPO3 install

Definition at line 28 of file Typo3Status.php.

Member Function Documentation

◆ getLabel()

TYPO3\CMS\Reports\Report\Status\Typo3Status::getLabel ( )

Return label of this status

Implements TYPO3\CMS\Reports\StatusProviderInterface.

Definition at line 43 of file Typo3Status.php.

◆ getLanguageService()

TYPO3\CMS\Reports\Report\Status\Typo3Status::getLanguageService ( )
protected

◆ getRegisteredXclassStatus()

TYPO3 CMS Reports Status TYPO3\CMS\Reports\Report\Status\Typo3Status::getRegisteredXclassStatus ( )
protected

List any Xclasses registered in the system

Returns
‪\TYPO3\CMS\Reports\Status

Definition at line 53 of file Typo3Status.php.

References $GLOBALS, and TYPO3\CMS\Reports\Report\Status\Typo3Status\getLanguageService().

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

◆ getStatus()

Status [] TYPO3\CMS\Reports\Report\Status\Typo3Status::getStatus ( )

Returns the status for this report

Returns
Status[] List of statuses

Implements TYPO3\CMS\Reports\StatusProviderInterface.

Definition at line 35 of file Typo3Status.php.

References TYPO3\CMS\Reports\Report\Status\Typo3Status\getRegisteredXclassStatus().