Exemple #1
0
 /**
  * GET Edit action.
  *
  * @param int $id Seller callback ID.
  *
  * @return void
  */
 public function get_edit($id = null)
 {
     $this->view->callback = $this->get_callback($id);
     $this->view->events = Service_Event::find();
 }