Home
last modified time | relevance | path

Searched refs:canEditReply (Results 1 – 4 of 4) sorted by relevance

/plugin/annotations/_test/
H A DHelperTest.php53 $this->assertTrue($h->canEditReply($reply, 'alice', false));
54 $this->assertFalse($h->canEditReply($reply, 'bob', false));
55 $this->assertTrue($h->canEditReply($reply, 'bob', true));
/plugin/annotations/
H A Daction.php491 if (!$helper->canEditReply($reply, $user, $isAdmin)) {
575 if (!$helper->canEditReply($reply, $user, $isAdmin)) {
H A Dhelper.php759 public function canEditReply(array $reply, $user, $isAdmin) function in helper_plugin_annotations
H A DDESIGN.md208 | Edit / delete own reply | author (`canEditReply`) |
209 | Edit / delete **any** annotation or reply | admin (`canEditAnnotation` / `canEditReply`) |