예제 #1
0
 public function edit($id)
 {
     if ($this->validate()) {
         return Menu::edit($id, $this);
     }
 }