Home
last modified time | relevance | path

Searched refs:getCoreMethods (Results 1 – 4 of 4) sorted by relevance

/dokuwiki/_test/tests/Remote/Mock/
H A DJsonRpcServer.php12 $this->remote->getCoreMethods(new ApiCore()); // use the mock API core
H A DXmlRpcServer.php13 $this->remote->getCoreMethods(new ApiCore()); // use the mock API core
/dokuwiki/_test/tests/Remote/
H A DApiTest.php213 $remoteApi->getCoreMethods(new ApiCore());
228 $remoteApi->getCoreMethods(new ApiCore());
247 $remoteApi->getCoreMethods(new ApiCore());
261 $remoteApi->getCoreMethods(new ApiCore());
290 $remoteApi->getCoreMethods(new ApiCore());
317 $remoteApi->getCoreMethods(new ApiCore());
337 $remoteApi->getCoreMethods(new ApiCore());
/dokuwiki/inc/Remote/
H A DApi.php53 return array_merge($this->getCoreMethods(), $this->getPluginMethods());
63 public function getCoreMethods($apiCore = null) function in dokuwiki\\Remote\\Api