Searched refs:m_helper (Results 1 – 3 of 3) sorted by relevance
| /plugin/autotooltip/ |
| H A D | action.php | 16 private $m_helper; variable in action_plugin_autotooltip 23 $this->m_helper = plugin_load('helper', 'autotooltip'); 52 if (!$this->m_helper->isExcluded($ID) && page_exists($id) && $id != $ID) { 62 $meta = $this->m_helper->read_meta_fast($id); 64 $link = $this->m_helper->stripNativeTooltip($link); 65 $link = $this->m_helper->forText($link, $abstract, $meta['title']);
|
| H A D | renderer.php | 16 private $m_helper; variable in renderer_plugin_autotooltip 21 $this->m_helper = plugin_load('helper', 'autotooltip'); 22 $this->m_exclude = $this->m_helper->isExcluded($ID); 58 $meta = $this->m_helper->read_meta_fast($id); 60 $link = $this->m_helper->stripNativeTooltip($link); 61 $link = $this->m_helper->forText($link, $abstract, $meta['title']);
|
| H A D | syntax.php | 14 private $m_helper; variable in syntax_plugin_autotooltip 17 $this->m_helper = plugin_load('helper', 'autotooltip'); 122 …$renderer->doc .= $this->m_helper->forWikilink($data['pageid'], $data['content']??'', '', $data['c… 125 $renderer->doc .= $this->m_helper->forText(
|