Home
last modified time | relevance | path

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

/dokuwiki/lib/plugins/info/
H A Dsyntax.php176 if (!method_exists($po, 'getMethods')) continue;
177 $methods = $po->getMethods();
/dokuwiki/inc/Remote/
H A DApi.php51 public function getMethods()
67 $this->coreMethods = (new LegacyApiCore())->getMethods();
69 $this->coreMethods = $apiCore->getMethods();
94 $methods = $plugin->getMethods();
129 $methods = $this->getMethods();
77 public function getMethods() global() function in dokuwiki\\Remote\\Api
/dokuwiki/inc/Extension/
H A DRemotePlugin.php36 public function getMethods()
41 foreach ($reflection->getMethods(ReflectionMethod::IS_PUBLIC) as $method) {
51 if ($method_name === 'getMethods') {
67 dbg_deprecated('getMethods()');