You are here

public function PHPExcel_Calculation_Function::getPHPExcelName in Loft Data Grids 6.2

Same name and namespace in other branches
  1. 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Function.php \PHPExcel_Calculation_Function::getPHPExcelName()

Get PHPExcel name

Return value

string

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Function.php, line 137

Class

PHPExcel_Calculation_Function
PHPExcel_Calculation_Function

Code

public function getPHPExcelName() {
  return $this->_phpExcelName;
}