You are here

public static function PHPExcel_Calculation_Functions::NAME in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Functions.php \PHPExcel_Calculation_Functions::NAME()

* NAME * * Returns the error value #NAME? * * @access public * @category Error Returns *

Return value

string #NAME?

3 calls to PHPExcel_Calculation_Functions::NAME()
FunctionsTest::testNAME in vendor/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Calculation/FunctionsTest.php
PHPExcel_Calculation_Functions::IS_EVEN in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Functions.php
* IS_EVEN * *
PHPExcel_Calculation_Functions::IS_ODD in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Functions.php
* IS_ODD * *

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Functions.php, line 247

Class

PHPExcel_Calculation_Functions
PHPExcel_Calculation_Functions

Code

public static function NAME() {
  return self::$_errorCodes['name'];
}