private property PHPExcel_CalcEngine_Logger::$_echoDebugLog in Loft Data Grids 7.2
Same name and namespace in other branches
- 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/CalcEngine/Logger.php \PHPExcel_CalcEngine_Logger::_echoDebugLog
* Flag to determine whether a debug log should be echoed by the calculation engine * If true, then a debug log will be echoed * If false, then a debug log will not be echoed * A debug log can only be echoed if it is generated * *
Type: boolean
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ CalcEngine/ Logger.php, line 54
Class
- PHPExcel_CalcEngine_Logger
- PHPExcel_CalcEngine_Logger
Code
private $_echoDebugLog = FALSE;