You are here

public static function PHPExcel_Calculation_Functions::DUMMY in Loft Data Grids 6.2

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

* DUMMY * * @access public * @category Error Returns *

Return value

string #Not Yet Implemented

1 call to PHPExcel_Calculation_Functions::DUMMY()
FunctionsTest::testDUMMY in vendor/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Calculation/FunctionsTest.php

File

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

Class

PHPExcel_Calculation_Functions
PHPExcel_Calculation_Functions

Code

public static function DUMMY() {
  return '#Not Yet Implemented';
}