Home
last modified time | relevance | path

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

/plugin/statistics/
H A Dhelper.php14 private $oLogger = null; variable in helper_plugin_statistics
44 if(is_null($this->oLogger)) {
46 $this->oLogger = new StatisticsLogger($this);
48 return $this->oLogger;