ok
Direktori : /home2/selectio/www/myclassicfit.com/vendor/mpdf/mpdf/src/Tag/ |
Current File : /home2/selectio/www/myclassicfit.com/vendor/mpdf/mpdf/src/Tag/Th.php |
<?php namespace Mpdf\Tag; class Th extends Td { public function close(&$ahtml, &$ihtml) { $this->mpdf->SetStyle('B', false); parent::close($ahtml, $ihtml); } }