Home
last modified time | relevance | path

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

/plugin/poll/
H A Dsyntax.php107 $renderer->doc .= $this->_pollForm($options, $renderer);
143 function _pollForm($options, &$renderer) { function in syntax_plugin_poll
/plugin/multipoll/
H A Dsyntax.php167 if(!$voted) $renderer->doc .= $this->_pollForm($questions, $renderer);
208 function _pollForm($questions, &$renderer) { function in syntax_plugin_multipoll