Home
last modified time | relevance | path

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

/template/mikio/
H A Dmain.php106 $ACT === 'show' && ($showPageTools === 'always' || ($TEMPLATE->userCanEdit() === true &&
H A Dmikio.php1366 ($this->userCanEdit() === true && strcasecmp($showPageTools, 'page editors') === 0))
2236 public function userCanEdit(): bool function in dokuwiki\\template\\mikio\\mikio