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;
82 if ($this->pluginMethods) return $this->pluginMethods;
106 $this->pluginMethods["plugin.$pluginName.$method"] = $call;
110 return $this->pluginMethods;
49 private $pluginMethods = null; global() variable in dokuwiki\\Remote\\Api