Home
last modified time | relevance | path

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

/plugin/structodt/
H A Daction.php112 $template = $helper->rowTemplate($row, $template);
185 $filename = $helper->rowTemplate($row, $filename);
221 $tmp_filename = empty($filename) ? $i++ : $helper->rowTemplate($row, $filename);
H A Dhelper.php343 public function rowTemplate($row, $template) { function in helper_plugin_structodt