Home
last modified time | relevance | path

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

/plugin/tagfilter/
H A Dremote.php37 public function getPagesByTags($tags, $ns = '') function in remote_plugin_tagfilter
47 $pages = $Htagfilter->getPagesByTags($ns, $tags);
79 $pages = $Htagfilter->getPagesByTags($ns, implode(' ', $tags_r));
H A Dhelper.php409 $page_r = $this->getPagesByTags($ns, $tag_list);
443 public function getPagesByTags($ns, $tag_list) function in helper_plugin_tagfilter