예제 #1
0
 /**
  * Deleted the current node
  *
  * @return void
  */
 function delete()
 {
     $this->checkWriteAccessOnComment();
     $this->commentsManager->delete($this->comment->getId());
 }
예제 #2
0
파일: commentnode.php 프로젝트: Pookay/core
 /**
  * Deleted the current node
  *
  * @return void
  */
 function delete()
 {
     $this->commentsManager->delete($this->comment->getId());
 }