Home
last modified time | relevance | path

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

/plugin/autotooltip/
H A Dhelper.php28 'name' => 'forText',
67 public function forText($content, $tooltip, $title='', $preTitle = '', $classes = '', $textClasses = '') {
137 return $this->forText($link, $meta['abstract'], $title, $preTitle, $classes, $textClasses);
66 public function forText($content, $tooltip, $title='', $preTitle = '', $classes = '', $textClasses = '') { global() function in helper_plugin_autotooltip
H A Drenderer.php55 $link = $this->m_helper->forText($link, $abstract, $meta['title']);
H A Daction.php65 $link = $this->m_helper->forText($link, $abstract, $meta['title']);
H A Dsyntax.php122 $renderer->doc .= $this->m_helper->forText($data['content']??'', $data['tip']??'', $data['title']??'', '', $data['classes']??'');