Lines Matching refs:thread
328 $threads = $this->get_model()->factory('thread')->get_all(array(
334 /** @var bez\mdl\Thread $thread */
335 foreach ($threads as $thread) {
336 $link = '<a href="' . $this->url('thread', 'id', $thread->id) . '">';
337 $link .= '#' . $thread->id;
343 'id' => 'thread:' . $thread->id,
346 'timestamp' => strtotime($thread->last_activity_date)
352 $threads = $this->get_model()->factory('thread')->get_all(array(
357 /** @var bez\mdl\Thread $thread */
358 foreach ($threads as $thread) {
359 $link = '<a href="' . $this->url('thread', 'id', $thread->id) . '">';
360 $link .= '#' . $thread->id;
366 'id' => 'thread:' . $thread->id,
369 'timestamp' => strtotime($thread->last_activity_date)
380 /** @var bez\mdl\Thread $thread */
381 foreach ($threads as $thread) {
382 $link = '<a href="' . $this->url('thread', 'id', $thread->id) . '">';
383 $link .= '#' . $thread->id;
389 'id' => 'thread:' . $thread->id,
392 'timestamp' => strtotime($thread->last_activity_date)
402 /** @var bez\mdl\Thread $thread */
424 /** @var bez\mdl\Thread $thread */