Home
last modified time | relevance | path

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

/plugin/statistics/
H A Dhelper.php13 private $oQuery = null; variable in helper_plugin_statistics
30 if(is_null($this->oQuery)) {
32 $this->oQuery = new StatisticsQuery($this);
34 return $this->oQuery;