Home
last modified time | relevance | path

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

/dokuwiki/lib/plugins/extension/helper/
H A Drepository.php23 private $has_access;
62 $this->has_access = false;
65 $this->has_access = false;
79 if ($this->has_access === null) {
87 $this->has_access = false;
91 $this->has_access = false;
94 $this->has_access = true;
98 $this->has_access = ($cache->retrieveCache(false) == 1);
101 return $this->has_access;
131 $this->has_access
22 private $has_access = null; global() variable in helper_plugin_extension_repository
[all...]