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

Public Member Functions

Status[] getStatus ()
 
 getLabel ()
 

Protected Member Functions

TYPO3 CMS Reports Status getMissingFilesStatus ()
 
 getLanguageService ()
 

Detailed Description

Performs several checks about the FAL status

Definition at line 31 of file FalStatus.php.

Member Function Documentation

◆ getLabel()

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

Return label of this status

Implements TYPO3\CMS\Reports\StatusProviderInterface.

Definition at line 46 of file FalStatus.php.

◆ getLanguageService()

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

Definition at line 129 of file FalStatus.php.

References $GLOBALS.

Referenced by TYPO3\CMS\Reports\Report\Status\FalStatus\getMissingFilesStatus().

◆ getMissingFilesStatus()

TYPO3 CMS Reports Status TYPO3\CMS\Reports\Report\Status\FalStatus::getMissingFilesStatus ( )
protected

Checks if there are files marked as missed.

Returns
‪\TYPO3\CMS\Reports\Status An object representing whether there are files marked as missed or not

Definition at line 56 of file FalStatus.php.

References TYPO3\CMS\Reports\Report\Status\FalStatus\getLanguageService(), TYPO3\CMS\Core\Database\Connection\PARAM_INT, and TYPO3\CMS\Core\Database\Connection\PARAM_INT_ARRAY.

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

◆ getStatus()

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

Determines the status of the FAL index.

Returns
Status[] List of statuses

Implements TYPO3\CMS\Reports\StatusProviderInterface.

Definition at line 38 of file FalStatus.php.

References TYPO3\CMS\Reports\Report\Status\FalStatus\getMissingFilesStatus().