Home
last modified time | relevance | path

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

/dokuwiki/inc/Ui/
H A DSearch.php563 $restrictQueryToNSLink = $this->restrictQueryToNSLink(getNS($id));
564 if ($restrictQueryToNSLink) {
565 $resultHeader[] = $restrictQueryToNSLink;
612 protected function restrictQueryToNSLink($ns) function in dokuwiki\\Ui\\Search