TYPO3  7.6
Public Member Functions | Protected Attributes | List of all members
Indicator Class Reference

Public Member Functions

 __construct ()
 
 getAllIndicators ()
 

Protected Attributes

 $indicatorProviders = array()
 

Detailed Description

Class for pagetree indicator

Definition at line 20 of file Indicator.php.

Constructor & Destructor Documentation

__construct ( )

Constructor for class tx_reports_report_Status

Definition at line 32 of file Indicator.php.

Member Function Documentation

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 = array()
protected

Definition at line 27 of file Indicator.php.