예제 #1
0
파일: Page.php 프로젝트: bsamel/best_lyon
 public function modify($id)
 {
     PageManager::modify($id, $this->title, $this->content, $this->is_event);
 }