| Current Path : /var/www/cesa.co.za/fpdf/ |
| Current File : /var/www/cesa.co.za/fpdf/strategy.page.break.smart.php |
<?php
class StrategyPageBreakSmart {
function StrategyPageBreakSmart() {
}
function run(&$pipeline, &$media, &$box) {
$page_heights = PageBreakLocator::get_pages($box,
mm2pt($media->real_height()),
mm2pt($media->height() - $media->margins['top']));
return $page_heights;
}
}
?>