Exemplo n.º 1
0
 /**
  * Deleted the current node
  *
  * @return void
  */
 function delete()
 {
     $this->checkWriteAccessOnComment();
     $this->commentsManager->delete($this->comment->getId());
 }
Exemplo n.º 2
0
 /**
  * Deleted the current node
  *
  * @return void
  */
 function delete()
 {
     $this->commentsManager->delete($this->comment->getId());
 }