/** * Deleted the current node * * @return void */ function delete() { $this->checkWriteAccessOnComment(); $this->commentsManager->delete($this->comment->getId()); }
/** * Deleted the current node * * @return void */ function delete() { $this->commentsManager->delete($this->comment->getId()); }