Home
last modified time | relevance | path

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

/plugin/datatemplate/syntax/
H A Dlist.php156 $R->doc .= $this->_renderPagination($data, count($datarows));
158 $R->doc .= $this->_renderPagination($data, count($datarows));
272 function _renderPagination($data, $numrows) { function in syntax_plugin_datatemplate_list