Tracker = $section; } public static function getConfigValue($name) { $config = self::getConfig(); return $config[$name]; } private static function getConfig() { return Config::getInstance()->Tracker; } }