Home
last modified time | relevance | path

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

/dokuwiki/inc/Remote/
H A DApi.php44 protected $pluginMethods; variable in dokuwiki\\Remote\\Api
82 if ($this->pluginMethods) return $this->pluginMethods;
106 $this->pluginMethods["plugin.$pluginName.$method"] = $call;
110 return $this->pluginMethods;