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

Public Member Functions

 getStatus ()
 

Protected Member Functions

 getTypo3VersionStatus ()
 
 getOldXclassUsageStatus ()
 
 getRegisteredXclassStatus ()
 

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 basic checks about the TYPO3 install

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

Definition at line 22 of file Typo3Status.php.

Member Function Documentation

◆ getOldXclassUsageStatus()

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

Check for usage of old way of implementing XCLASSes

Returns

Definition at line 52 of file Typo3Status.php.

References $GLOBALS, TYPO3\CMS\Reports\Status\NOTICE, and TYPO3\CMS\Reports\Status\OK.

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

◆ getRegisteredXclassStatus()

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

List any Xclasses registered in the stystem

Returns

Definition at line 84 of file Typo3Status.php.

References $GLOBALS, TYPO3\CMS\Reports\Status\NOTICE, and TYPO3\CMS\Reports\Status\OK.

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

◆ getStatus()

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

◆ getTypo3VersionStatus()

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

Simply gets the current TYPO3 version.

Returns

Definition at line 43 of file Typo3Status.php.

References TYPO3\CMS\Reports\Status\NOTICE.

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