Lines Matching refs:getConf
14 'bugzilla_baseurl' => $this->getConf('bugzilla_baseurl'),
15 'severity_threshold_red' => $this->getConf('severity_threshold_red'),
16 'severity_threshold_orange' => $this->getConf('severity_threshold_orange'),
17 'priority_threshold_red' => $this->getConf('priority_threshold_red'),
18 'priority_threshold_orange' => $this->getConf('priority_threshold_orange'),
19 'deadline_threshold_days_red' => $this->getConf('deadline_threshold_days_red'),
20 'deadline_threshold_days_orange' => $this->getConf('deadline_threshold_days_orange'),
23 'color_new' => $this->getConf('color_new'),
24 'color_assigned' => $this->getConf('color_assigned'),
25 'color_reopened' => $this->getConf('color_reopened'),
26 'color_resolved_fixed' => $this->getConf('color_resolved_fixed'),
27 'color_resolved_invalid' => $this->getConf('color_resolved_invalid'),
28 'color_resolved_wontfix' => $this->getConf('color_resolved_wontfix'),
29 'color_resolved_duplicate' => $this->getConf('color_resolved_duplicate'),
30 'color_resolved_worksforme' => $this->getConf('color_resolved_worksforme'),
31 'color_resolved_moved' => $this->getConf('color_resolved_moved')