Home
last modified time | relevance | path

Searched refs:thread_comments (Results 1 – 3 of 3) sorted by relevance

/plugin/bez/
H A Dcli.php29 $thread_comments = $action->get_model()->thread_commentFactory->get_all();
30 foreach ($thread_comments as $thread_comment) {
/plugin/bez/ctl/
H A Dthread.php26 $thread_comments = iterator_to_array($this->model->thread_commentFactory->get_from_thread($thread)); variable
29 $timeline = array_merge($thread_comments, $tasks['corrections']);
H A Dstart.php49 $thread_comments = $this->model->thread_commentFactory->get_all($filter, 'create_date DESC'); variable
77 foreach ($thread_comments as $thread_comment) {