Home
last modified time | relevance | path

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

/plugin/statistics/
Dhelper.php22 protected ?Query $oQuery = null; variable in helper_plugin_statistics
50 if (is_null($this->oQuery)) {
51 $this->oQuery = new Query($this);
53 return $this->oQuery;