Home
last modified time | relevance | path

Searched refs:remoteInfo (Results 1 – 1 of 1) sorted by path

/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php28 private $remoteInfo;
89 $this->remoteInfo = [];
100 $this->remoteInfo = $this->repository->getData($this->getID());
102 return ($this->localInfo || $this->remoteInfo);
133 if (!empty($this->remoteInfo['bundled'])) return $this->remoteInfo['bundled'];
269 if (!empty($this->remoteInfo['name'])) return $this->remoteInfo['name'];
281 if (!empty($this->remoteInfo['author'])) return $this->remoteInfo['autho
21 private $remoteInfo; global() variable in helper_plugin_extension_extension
[all...]