Home
last modified time | relevance | path

Searched refs:apiCore (Results 1 – 1 of 1) sorted by last modified time

/dokuwiki/inc/Remote/
H A DApi.php59 * @param ApiCore|MockApiCore $apiCore this parameter is used for testing.
63 public function getCoreMethods($apiCore = null)
66 if ($apiCore === null) {
69 $this->coreMethods = $apiCore->getMethods();
338 getCoreMethods($apiCore = null) global() argument