Example #1
0
 /**
  * Delete a comment
  */
 public function deleteCommentAction()
 {
     $this->assertPermission('monitoring/command/comment/delete');
     $form = new DeleteCommentCommandForm();
     $form->setTitle($this->translate('Delete Service Comments'));
     $this->handleCommandForm($form);
 }