Home
last modified time | relevance | path

Searched refs:oGraph (Results 1 – 1 of 1) sorted by last modified time

/plugin/statistics/
H A Dhelper.php15 private $oGraph = null; variable in helper_plugin_statistics
58 if(is_null($this->oGraph)) {
60 $this->oGraph = new StatisticsGraph($this);
62 return $this->oGraph;