protected function PHPExcel_Helper_HTML::initialise in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Helper/HTML.php \PHPExcel_Helper_HTML::initialise()
1 call to PHPExcel_Helper_HTML::initialise()
- PHPExcel_Helper_HTML::toRichTextObject in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Helper/ HTML.php
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Helper/ HTML.php, line 576
Class
Code
protected function initialise() {
$this->face = $this->size = $this->color = null;
$this->bold = $this->italic = $this->underline = $this->superscript = $this->subscript = $this->strikethrough = false;
$this->stack = array();
$this->stringData = '';
}