public function PHPExcel::__destruct in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel.php \PHPExcel::__destruct()
Code to execute when this worksheet is unset()
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel.php, line 389
Class
- PHPExcel
- PHPExcel
Code
public function __destruct() {
PHPExcel_Calculation::unsetInstance($this);
$this
->disconnectWorksheets();
}