Home
last modified time | relevance | path

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

/plugin/bez/ctl/
H A Dreport.php22 $this->tpl->set('issues', $this->model->threadFactory->report_issue($period)->fetchAll(PDO::FETCH_ASSOC));
/plugin/bez/mdl/
H A DThreadFactory.php106 public function report_issue(\DatePeriod $period=NULL) { function in dokuwiki\\plugin\\bez\\mdl\\ThreadFactory