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
67 $this->hasAccess = false;
70 $this->hasAccess = false;
73 $this->hasAccess = true;
75 return $this->hasAccess;
96 $this->hasAccess = false;
112 $this->hasAccess = false;
210 $this->hasAccess = false;
[all …]