示例#1
0
 /**
  * Deletes comment item.
  *
  * @param integer $id
  */
 public function deleteComment($id)
 {
     $this->commentDao->deleteById($id);
 }