You are here

protected function PHPExcel_Helper_HTML::initialise in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.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

PHPExcel_Helper_HTML

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 = '';
}