public function PHPExcel_Writer_Excel5_Font::__construct in Loft Data Grids 7.2
Same name and namespace in other branches
- 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Writer/Excel5/Font.php \PHPExcel_Writer_Excel5_Font::__construct()
* Constructor * *
Parameters
PHPExcel_Style_Font $font:
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ Font.php, line 57
Class
- PHPExcel_Writer_Excel5_Font
- PHPExcel_Writer_Excel5_Font
Code
public function __construct(PHPExcel_Style_Font $font = null) {
$this->_colorIndex = 0x7fff;
$this->_font = $font;
}