Exemple #1
0
 public function deleteAction($id)
 {
     cmsActions::removeLogById($id);
     return true;
 }