Home
last modified time | relevance | path

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

/plugin/tabinclude/syntax/
Dinline.php25 return $this->helper->getTabPages($match); // inline mode
Dembed.php24 return $this->helper->getTabPages($match);
Dlink.php24 return $this->helper->getTabPages($match);
Dlines.php28 return $this->helper->getTabPages($match,false);
/plugin/tabinclude/
Dhelper.php44 function getTabPages($match,$isInline=true){ function in helper_plugin_tabinclude