Searched refs:canEditReply (Results 1 – 4 of 4) sorted by relevance
| /plugin/annotations/_test/ |
| H A D | HelperTest.php | 53 $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 D | action.php | 491 if (!$helper->canEditReply($reply, $user, $isAdmin)) { 575 if (!$helper->canEditReply($reply, $user, $isAdmin)) {
|
| H A D | helper.php | 759 public function canEditReply(array $reply, $user, $isAdmin) function in helper_plugin_annotations
|
| H A D | DESIGN.md | 208 | Edit / delete own reply | author (`canEditReply`) | 209 | Edit / delete **any** annotation or reply | admin (`canEditAnnotation` / `canEditReply`) |
|