Home
last modified time | relevance | path

Searched refs:lockPages (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/inc/Remote/
H A DApiCore.php58 'core.lockPages' => new ApiCall($this->lockPages(...), 'pages'),
597 public function lockPages($pages) function in dokuwiki\\Remote\\ApiCore
H A DLegacyApiCore.php521 $locked = $this->lockPages($set['lock']);
/dokuwiki/_test/tests/Remote/
H A DApiCoreTest.php621 $this->remote->call('core.lockPages', ['pages' => $tolock]),