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

Public Member Functions

 getStatus ()
 

Protected Member Functions

 getOldXclassUsageStatus ()
 
 getRegisteredXclassStatus ()
 
 getCompatibility6Status ()
 

Detailed Description

Performs basic checks about the TYPO3 install

Definition at line 22 of file Typo3Status.php.

Member Function Documentation

getCompatibility6Status ( )
protected

Check for usage of EXT:compatibility6

Returns

Definition at line 121 of file Typo3Status.php.

References $GLOBALS, and GeneralUtility\makeInstance().

Referenced by Typo3Status\getStatus().

getOldXclassUsageStatus ( )
protected

Check for usage of old way of implementing XCLASSes

Returns

Definition at line 44 of file Typo3Status.php.

References $GLOBALS, and GeneralUtility\makeInstance().

Referenced by Typo3Status\getStatus().

getRegisteredXclassStatus ( )
protected

List any Xclasses registered in the system

Returns

Definition at line 77 of file Typo3Status.php.

References $GLOBALS, and GeneralUtility\makeInstance().

Referenced by Typo3Status\getStatus().

getStatus ( )

Returns the status for this report

Returns
array List of statuses

Implements StatusProviderInterface.

Definition at line 29 of file Typo3Status.php.

References Typo3Status\getCompatibility6Status(), Typo3Status\getOldXclassUsageStatus(), and Typo3Status\getRegisteredXclassStatus().