Home
last modified time | relevance | path

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

/dokuwiki/inc/Remote/
H A DLegacyApiCore.php284 $info = $this->getPageInfo($id, 0);
298 $info = $this->getPageInfo($id, $rev);
H A DApiCore.php453 public function getPageInfo($page, $rev = 0, $author = false, $hash = false) function in dokuwiki\\Remote\\ApiCore