Home
last modified time | relevance | path

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

/dokuwiki/inc/Remote/
H A DApi.php41 protected $coreMethods;
65 if (!$this->coreMethods) {
67 $this->coreMethods = (new LegacyApiCore())->getMethods();
69 $this->coreMethods = $apiCore->getMethods();
72 return $this->coreMethods;
43 private $coreMethods = null; global() variable in dokuwiki\\Remote\\Api