You are here

protected function PHPExcel_Helper_HTML::endFontTag in Loft Data Grids 6.2

Same name and namespace in other branches
  1. 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Helper/HTML.php \PHPExcel_Helper_HTML::endFontTag()

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Helper/HTML.php, line 669

Class

PHPExcel_Helper_HTML

Code

protected function endFontTag() {
  $this->face = $this->size = $this->color = null;
}