Home
last modified time | relevance | path

Searched refs:deleteReply (Results 1 – 3 of 3) sorted by relevance

/plugin/annotations/_test/
H A DHelperTest.php169 $this->assertTrue($h->deleteReply($id, $ann['id'], $reply['id']));
/plugin/annotations/
H A Dhelper.php428 public function deleteReply($id, $annId, $replyId) function in helper_plugin_annotations
H A Daction.php579 $ok = $helper->deleteReply($id, $annId, $replyId);