Home
last modified time | relevance | path

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

/plugin/tagfilter/
H A Dhelper.php61 * @param bool $aclSafe if true, add only tags that are on readable pages
65 public function getTagsByRegExp($tagExpression, $ns = '', $aclSafe = false) argument
75 if ($this->matchesTagExpression($tagExpression, $tag) && $this->isTagInNamespace($tag, $ns, $aclSafe)) {
114 * @param bool $aclSafe if true, checks if user has read permission for the pages containing the tags
117 public function getTagsByNamespace($ns = '', $aclSafe = true) argument
123 return array_keys($this->getTagsByRegExp('.*', $ns, $aclSafe));
170 * @param bool $aclSafe if true, uses tag from a page only if user has read permissions
173 protected function isTagInNamespace($tag, $ns, $aclSafe = true) argument
187 if (!$aclSafe) {