Home
last modified time | relevance | path

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

/dokuwiki/inc/Remote/
H A DLegacyApiCore.php150 return $this->getPageHTML($id);
165 return $this->getPageHTML($id, (int)$rev);
H A DApiCore.php55 'core.getPageHTML' => (new ApiCall($this->getPageHTML(...), 'pages')),
435 public function getPageHTML($page, $rev = 0) function in dokuwiki\\Remote\\ApiCore