Example #1
0
 public function setPage(\page\models\Page $page)
 {
     $page->addComment($this);
     $this->page = $page;
 }