Home
last modified time | relevance | path

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

/plugin/approve/helper/
H A Dtpl.php28 $page_revision = $db->getPageRevision($INFO['id'], $rev);
H A Ddb.php231 public function getPageRevision(string $page_id, int $rev): ?array function in helper_plugin_approve_db