Home
last modified time | relevance | path

Searched refs:get_from_thread (Results 1 – 5 of 5) sorted by path

/plugin/bez/ctl/
H A D8d.php22 get_from_thread($thread, array('type' => 'cause'))->fetchAll());
25 get_from_thread($thread, array('type' => 'risk'))->fetchAll());
28 get_from_thread($thread, array('type' => 'opportunity'))->fetchAll());
H A Dthread.php26 $thread_comments = iterator_to_array($this->model->thread_commentFactory->get_from_thread($thread));
27 $tasks = $this->model->taskFactory->get_from_thread($thread);
/plugin/bez/mdl/
H A DTaskFactory.php35 public function get_from_thread(Thread $thread) { function in dokuwiki\\plugin\\bez\\mdl\\TaskFactory
H A DThread.php449 $r = $this->model->thread_commentFactory->get_from_thread($this, array(), 'id DESC', 1);
H A DThread_commentFactory.php13 public function get_from_thread(Thread $thread, $filters=array(), $orderby='', $limit=false) { function in dokuwiki\\plugin\\bez\\mdl\\Thread_commentFactory