Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.page.margin.class.php91 $html_content = $raw_html_content->render($pipeline->get_counters());
104 $content = $raw_content->render($pipeline->get_counters());
H A Dbox.php434 $content = $content_obj->render($pipeline->get_counters());
H A Dpipeline.class.php450 function &get_counters() { function in Pipeline