Searched refs:getMethods (Results 1 – 9 of 9) sorted by relevance
10 function getMethods() function in dokuwiki\\test\\Remote\\Mock\\TestPlugin112 $methods = parent::getMethods(); // auto add all methods, then adjust
12 function getMethods() function in dokuwiki\\test\\Remote\\Mock\\ApiCore
51 public function getMethods() function in dokuwiki\\Remote\\Api67 $this->coreMethods = (new LegacyApiCore())->getMethods();69 $this->coreMethods = $apiCore->getMethods();94 $methods = $plugin->getMethods();129 $methods = $this->getMethods();
19 public function getMethods() function in dokuwiki\\Remote\\LegacyApiCore21 $methods = parent::getMethods();
33 public function getMethods() function in dokuwiki\\Remote\\ApiCore
36 public function getMethods() function in dokuwiki\\Extension\\RemotePlugin41 foreach ($reflection->getMethods(ReflectionMethod::IS_PUBLIC) as $method) {
42 foreach ($this->reflector->getMethods() as $method) {
150 $methods = $this->api->getMethods();
177 $methods = $po->getMethods();