Home
last modified time | relevance | path

Searched refs:clearOrphaned (Results 1 – 5 of 5) sorted by relevance

/plugin/annotations/
H A Dhelper.php500 public function clearOrphaned($id) function in helper_plugin_annotations
532 $n = $this->clearOrphaned($id);
H A Dadmin.php96 $count = $helper->clearOrphaned($page);
H A Daction.php657 $count = $helper->clearOrphaned($id);
H A DDESIGN.md141 resolved annotation (present *or* orphaned), `clearOrphaned()` deletes every orphaned one
/plugin/annotations/_test/
H A DHelperTest.php236 $this->assertEquals(1, $h->clearOrphaned($id), 'only the orphan is cleared');