Lines Matching refs:thread
12 /** @var \dokuwiki\plugin\bez\mdl\Thread $thread */
13 $thread = $this->model->threadFactory->get_one($thread_id);
15 $thread = $this->model->threadFactory->create_object();
18 $this->tpl->set('thread', $thread);
24 $this->tpl->set_values($thread->get_assoc());
27 $this->model->threadFactory->update_save($thread, $_POST);
29 header('Location: ?id='.$this->id('thread', 'id', $thread->id));
37 // $thread = $this->model->threadFactory->create_object($defaults);
39 $this->model->threadFactory->initial_save($thread, $_POST);
41 header('Location: ?id='.$this->id('thread', 'id', $thread->id));