コード例 #1
0
 /**
  * Deletes an existing blog
  *
  * @return void
  */
 public function deleteAllAction()
 {
     // TODO access protection
     $this->blogRepository->removeAll();
     $this->redirect('index');
 }