Home
last modified time | relevance | path

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

/plugin/annotations/_test/
H A DHelperTest.php166 $this->assertTrue($h->updateReply($id, $ann['id'], $reply['id'], 'edited reply'));
/plugin/annotations/
H A Dhelper.php397 public function updateReply($id, $annId, $replyId, $body) function in helper_plugin_annotations
H A Daction.php495 $ok = $helper->updateReply($id, $annId, $replyId, $body);