Exemplo n.º 1
0
 public function getTitle()
 {
     if ($this->thread) {
         return $this->thread->getTitle();
     }
     return $this->title;
 }