Home
last modified time | relevance | path

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

/dokuwiki/lib/plugins/extension/
H A DRepository.php18 protected $hasAccess; variable in dokuwiki\\plugin\\extension\\Repository
53 if ($this->hasAccess !== null) {
54 return $this->hasAccess; // we already checked
68 $this->hasAccess = false;
71 $this->hasAccess = false;
74 $this->hasAccess = true;
76 return $this->hasAccess;
97 $this->hasAccess = false;
113 $this->hasAccess = false;
211 $this->hasAccess = false;
[all …]