Home
last modified time | relevance | path

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

/dokuwiki/inc/Remote/
H A DLegacyApiCore.php285 $info = $this->getPageInfo($id, 0);
299 $info = $this->getPageInfo($id, $rev);
H A DApiCore.php56 'core.getPageInfo' => (new ApiCall($this->getPageInfo(...), 'pages')),
457 public function getPageInfo($page, $rev = 0, $author = false, $hash = false) function in dokuwiki\\Remote\\ApiCore