You are here

public function PHPExcel_Reader_Excel5_MD5::__construct in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5/MD5.php \PHPExcel_Reader_Excel5_MD5::__construct()

MD5 stream constructor

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5/MD5.php, line 48

Class

PHPExcel_Reader_Excel5_MD5
PHPExcel_Reader_Excel5_MD5

Code

public function __construct() {
  $this
    ->reset();
}