Home
last modified time | relevance | path

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

/plugin/statistics/
H A Dadmin.php286 $result = $this->hlp->Query()->newreferer($this->tlimit, $this->start, 15);
414 $result = $this->hlp->Query()->newreferer($this->tlimit, $this->start, 150);
/plugin/statistics/inc/
H A DStatisticsQuery.class.php335 public function newreferer($tlimit, $start = 0, $limit = 20) { function in StatisticsQuery