TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Backend\Tree\Pagetree\Indicator Class Reference

Public Member Functions

 __construct ()
 
 getAllIndicators ()
 

Protected Attributes

 $indicatorProviders = []
 

Detailed Description

Class for pagetree indicator

Definition at line 20 of file Indicator.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Backend\Tree\Pagetree\Indicator::__construct ( )

Constructor for class tx_reports_report_Status

Definition at line 32 of file Indicator.php.

References $GLOBALS, and TYPO3\CMS\Core\Utility\GeneralUtility\makeInstance().

Member Function Documentation

◆ getAllIndicators()

TYPO3\CMS\Backend\Tree\Pagetree\Indicator::getAllIndicators ( )

Runs through all indicator providers and returns all indicators collected.

Returns
array An array of

Definition at line 60 of file Indicator.php.

Member Data Documentation

◆ $indicatorProviders

TYPO3\CMS\Backend\Tree\Pagetree\Indicator::$indicatorProviders = []
protected

Definition at line 27 of file Indicator.php.