Home
last modified time | relevance | path

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

/dokuwiki/inc/Remote/
H A DApiCore.php661 public function savePage($page, $text, $summary = '', $isminor = false) function in dokuwiki\\Remote\\ApiCore
730 return $this->savePage($page, $currentpage . $text, $summary, $isminor);
H A DLegacyApiCore.php312 return $this->savePage($id, $text, $params['sum'] ?? '', $params['minor'] ?? false);