You are here

public function PHPExcel_Calculation::flushInstance in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation.php \PHPExcel_Calculation::flushInstance()

* Flush the calculation cache for any existing instance of this class * but only if a PHPExcel_Calculation instance exists * * @access public *

Return value

null

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation.php, line 1801

Class

PHPExcel_Calculation
PHPExcel_Calculation (Multiton)

Code

public function flushInstance() {
  $this
    ->clearCalculationCache();
}