Home
last modified time | relevance | path

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

/plugin/tagfilter/
H A Dhelper.php360 if (!isset($this->tagsPerPage[$id])) {
361 $this->tagsPerPage[$id] = $this->getTagsByPageID($id);
364 foreach ($this->tagsPerPage[$id] as $tag) {
487 protected $tagsPerPage = []; variable in helper_plugin_tagfilter
502 if (!isset($this->tagsPerPage[$id])) {
503 $this->tagsPerPage[$id] = $this->getTagsByPageID($id);
506 foreach ($this->tagsPerPage[$id] as $tag) {