‪TYPO3CMS  ‪main
TYPO3\CMS\Belog\Controller\SystemInformationController Class Reference

Public Member Functions

 __construct (array $backendUserConfiguration=null)
 
 appendMessage (SystemInformationToolbarCollectorEvent $event)
 

Protected Attributes

array $backendUserConfiguration
 

Private Member Functions

 fetchLastAccessTimestamp ()
 
 getLanguageService ()
 

Detailed Description

Count latest exceptions for the system information menu.

This class is a TYPO3 Backend implementation and is not considered part of the Public TYPO3 API.

Definition at line 35 of file SystemInformationController.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Belog\Controller\SystemInformationController::__construct ( array  $backendUserConfiguration = null)

Member Function Documentation

◆ appendMessage()

TYPO3\CMS\Belog\Controller\SystemInformationController::appendMessage ( SystemInformationToolbarCollectorEvent  $event)

◆ fetchLastAccessTimestamp()

TYPO3\CMS\Belog\Controller\SystemInformationController::fetchLastAccessTimestamp ( )
private

Definition at line 87 of file SystemInformationController.php.

◆ getLanguageService()

TYPO3\CMS\Belog\Controller\SystemInformationController::getLanguageService ( )
private

Member Data Documentation

◆ $backendUserConfiguration

array TYPO3\CMS\Belog\Controller\SystemInformationController::$backendUserConfiguration
protected