topic() публичный Метод

public topic ( )
Пример #1
0
 public function addReply(Post $post)
 {
     $post->topic()->associate($this);
     $this->lastPost()->associate($post);
     $this->forum->lastPost()->associate($post);
 }