34 $this->getIndicatorProviders();
40 protected function getIndicatorProviders() {
41 $providers =
$GLOBALS[
'TYPO3_CONF_VARS'][
'SC_OPTIONS'][
'pagetree'][
't3lib_tree_pagetree'][
'indicator'][
'providers'];
42 if (!is_array($providers)) {
45 foreach ($providers as $indicatorProvider) {
49 $this->indicatorProviders[] = $indicatorProviderInstance;
60 $indicators = array();
61 foreach ($this->indicatorProviders as $indicatorProvider) {
62 $indicator = $indicatorProvider->getIndicator();
64 $indicators[] = $indicator;
static makeInstance($className)
if(!defined('TYPO3_MODE')) $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_userauth.php']['logoff_pre_processing'][]