Lines Matching defs:hlp
9 private $hlp;
15 public function __construct(helper_plugin_statistics $hlp) {
16 $this->hlp = $hlp;
32 $this->hlp->sendGIF();
76 $result = $this->hlp->Query()->$query($this->tlimit, $this->start, 0, false);
106 $result = $this->hlp->Query()->history($this->tlimit, $info, $interval);
127 $DataSet->setXAxisName($this->hlp->getLang($interval));
128 $DataSet->setYAxisName($this->hlp->getLang('graph_'.$info));
184 $result = $this->hlp->Query()->viewport($this->tlimit, 0, 100);
217 $result = $this->hlp->Query()->resolution($this->tlimit, 0, 100);
269 $result = $this->hlp->Query()->dashboardviews($this->tlimit, $hours);
290 $DataSet->SetSeriesName($this->hlp->getLang('graph_views'), 'Serie1');
291 $DataSet->SetSeriesName($this->hlp->getLang('graph_sessions'), 'Serie2');
292 $DataSet->SetSeriesName($this->hlp->getLang('graph_visitors'), 'Serie3');
319 $result = $this->hlp->Query()->dashboardwiki($this->tlimit, $hours);
340 $DataSet->SetSeriesName($this->hlp->getLang('graph_edits'), 'Serie1');
341 $DataSet->SetSeriesName($this->hlp->getLang('graph_creates'), 'Serie2');
342 $DataSet->SetSeriesName($this->hlp->getLang('graph_deletions'), 'Serie3');