コード例 #1
0
ファイル: PagesPresenter.php プロジェクト: svatekr/rsrs
 /**
  * @param $id
  */
 public function handleDelete($id)
 {
     $this->pagesRepository->delete($id);
     if (!$this->isAjax()) {
         $this->redirect('default');
     }
     $this->redrawControl();
 }