Home
last modified time | relevance | path

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

/dokuwiki/inc/Remote/
H A DLegacyApiCore.php34 'dokuwiki.appendPage' => new ApiCall($this->legacyAppendPage(...), 'legacy'),
318 public function legacyAppendPage($id, $text, $params = []) function in dokuwiki\\Remote\\LegacyApiCore