public function PHPExcel_Calculation::getDebugLog in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation.php \PHPExcel_Calculation::getDebugLog()
* Get the debuglog for this claculation engine instance * * @access public *
Return value
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Calculation.php, line 1812
Class
- PHPExcel_Calculation
- PHPExcel_Calculation (Multiton)
Code
public function getDebugLog() {
return $this->_debugLog;
}