You are here

private static function PHPExcel_Calculation::_mkMatrix 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::_mkMatrix()

File

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

Class

PHPExcel_Calculation
PHPExcel_Calculation (Multiton)

Code

private static function _mkMatrix() {
  return func_get_args();
}