Home
last modified time | relevance | path

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

/plugin/tagsections/
H A Dhelper.php63 function getTagsByRegExp($tag_expr = null, $ns = '',$acl_safe = false){ argument
69 …pr) || @preg_match('/^'.$tag_expr.'$/i',$tag)) && $this->_checkTagInNamespace($tag,$ns,$acl_safe)){
86 function getTagsByNamespace($ns = '',$acl_safe = true){ argument
87 return array_keys($this->getTagsByRegExp(null, $ns, $acl_safe));
104 private function _checkTagInNamespace($tag,$ns,$acl_safe=true){ argument
112 if (!$acl_safe) return true;