TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Backend\Tree\Pagetree\Indicator Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Tree\Pagetree\Indicator:
t3lib_tree_pagetree_Indicator

Public Member Functions

 __construct ()
 
 getAllIndicators ()
 

Protected Attributes

 $indicatorProviders = array()
 

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! Class for pagetree indicator

Author
Susanne Moog typo3.nosp@m.@sus.nosp@m.anne-.nosp@m.moog.nosp@m..de

Definition at line 21 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 33 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 59 of file Indicator.php.

Member Data Documentation

◆ $indicatorProviders

TYPO3\CMS\Backend\Tree\Pagetree\Indicator::$indicatorProviders = array()
protected

Definition at line 28 of file Indicator.php.