Lines Matching defs:thread
17 protected $thread;
26 if ($property == 'thread') {
30 if ($this->thread == null) {
31 $this->thread = $this->model->threadFactory->get_one($this->thread_id);
33 return $this->thread;
60 if (!isset($defaults['thread'])) {
61 throw new \Exception('$defaults[thread] not set');
63 $this->thread = $defaults['thread'];
64 $this->thread_id = $this->thread->id;
65 $this->coordinator = $this->thread->coordinator;
73 if (isset($defaults['thread']) && $this->thread_id == $defaults['thread']->id) {
74 $this->thread = $defaults['thread'];
108 return $tpl->url('thread', 'id', $this->thread_id) . '#k' . $this->id;
133 $this->thread->mail_notify($content, false, $info['img']);