コード例 #1
0
ファイル: CommentNode.php プロジェクト: GitHubUser4234/core
 /**
  * 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());
 }