Home
last modified time | relevance | path

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

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