Searched refs:m_helper (Results 1 – 3 of 3) sorted by relevance
/plugin/autotooltip/ |
H A D | renderer.php | 15 private $m_helper; variable in renderer_plugin_autotooltip 20 $this->m_helper = plugin_load('helper', 'autotooltip'); 21 $this->m_exclude = $this->m_helper->isExcluded($ID); 52 $meta = $this->m_helper->read_meta_fast($id); 54 $link = $this->m_helper->stripNativeTooltip($link); 55 $link = $this->m_helper->forText($link, $abstract, $meta['title']);
|
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 | syntax.php | 15 private $m_helper; variable in syntax_plugin_autotooltip 18 $this->m_helper = plugin_load('helper', 'autotooltip'); 120 …$renderer->doc .= $this->m_helper->forWikilink($data['pageid'], $data['content'], '', $data['class… 123 …$renderer->doc .= $this->m_helper->forText($data['content'], $data['tip'], $data['title'], '', $da…
|