Home
last modified time | relevance | path

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

/plugin/annotations/_test/
H A DHelperTest.php126 $this->assertTrue($h->deleteAnnotation($id, $ann['id']));
128 $this->assertFalse($h->deleteAnnotation($id, $ann['id']), 'already gone → false');
255 $h->deleteAnnotation('anntest:emptied', $gone['id']);
/plugin/annotations/
H A Dhelper.php299 public function deleteAnnotation($id, $annId) function in helper_plugin_annotations
H A Daction.php531 $ok = $helper->deleteAnnotation($id, $annId);