Home
last modified time | relevance | path

Searched refs:oGraph (Results 1 – 1 of 1) sorted by relevance

/plugin/statistics/
Dhelper.php23 protected ?StatisticsGraph $oGraph = null; variable in helper_plugin_statistics
83 if (is_null($this->oGraph)) {
84 $this->oGraph = new StatisticsGraph($this, $from, $to, $width, $height);
86 return $this->oGraph;