Home
last modified time | relevance | path

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

/plugin/statistics/
H A Dhelper.php27 * @return StatisticsQuery
31 require dirname(__FILE__) . '/inc/StatisticsQuery.class.php';
32 $this->oQuery = new StatisticsQuery($this);
/plugin/statistics/inc/
H A DStatisticsQuery.class.php3 class StatisticsQuery { class