Searched refs:updateAnnotationBody (Results 1 – 3 of 3) sorted by relevance
| /plugin/annotations/_test/ |
| H A D | HelperTest.php | 121 $this->assertTrue($h->updateAnnotationBody($id, $ann['id'], 'second')); 123 $this->assertFalse($h->updateAnnotationBody($id, 'nope', 'x'), 'missing id → false'); 124 $this->assertFalse($h->updateAnnotationBody($id, $ann['id'], ' '), 'empty body → false');
|
| /plugin/annotations/ |
| H A D | helper.php | 274 public function updateAnnotationBody($id, $annId, $body) function in helper_plugin_annotations
|
| H A D | action.php | 445 $ok = $helper->updateAnnotationBody($id, $annId, $body);
|