%PDF- %PDF-
| Direktori : /home/vacivi36/consentimento/assets/vendor/mpdf/mpdf/src/Tag/ |
| Current File : /home/vacivi36/consentimento/assets/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);
}
}