示例#1
0
文件: Page.php 项目: bsamel/best_lyon
 public function modify($id)
 {
     PageManager::modify($id, $this->title, $this->content, $this->is_event);
 }