Home
last modified time | relevance | path

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

/plugin/tagging/action/
H A Dsearch.php22 protected $allTagsByPage = []; variable in action_plugin_tagging_search
168 $this->allTagsByPage = $hlp->getAllTagsByPage();
233 $tags = $this->allTagsByPage[$page] ?? null;
267 foreach ($this->allTagsByPage as $tags) {