You are here

public static function PHPExcel_Calculation::getArrayReturnType 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::getArrayReturnType()

* Return the Array Return Type (Array or Value of first element in the array) * * @access public *

Return value

string $returnType Array return type

3 calls to PHPExcel_Calculation::getArrayReturnType()
PHPExcel_Writer_CSV::save in vendor/phpoffice/phpexcel/Classes/PHPExcel/Writer/CSV.php
* Save PHPExcel to file * *
PHPExcel_Writer_HTML::save in vendor/phpoffice/phpexcel/Classes/PHPExcel/Writer/HTML.php
* Save PHPExcel to file * *
PHPExcel_Writer_PDF_Core::prepareForSave in vendor/phpoffice/phpexcel/Classes/PHPExcel/Writer/PDF/Core.php
Save PHPExcel to PDF file, pre-save

File

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

Class

PHPExcel_Calculation
PHPExcel_Calculation (Multiton)

Code

public static function getArrayReturnType() {
  return self::$returnArrayAsType;
}