| [ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
PHPExcel Copyright (c) 2006 - 2014 PHPExcel
| Copyright: | Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel) |
| License: | http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL |
| Version: | ##VERSION##, ##DATE## |
| File Size: | 149 lines (4 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
PHPExcel_Calculation_Function:: (7 methods):
__construct()
getCategory()
setCategory()
getExcelName()
setExcelName()
getPHPExcelName()
setPHPExcelName()
Class: PHPExcel_Calculation_Function - X-Ref
PHPExcel_Calculation_Function| __construct($pCategory = NULL, $pExcelName = NULL, $pPHPExcelName = NULL) X-Ref |
| Create a new PHPExcel_Calculation_Function param: string $pCategory Category (represented by CATEGORY_*) param: string $pExcelName Excel function name param: string $pPHPExcelName PHPExcel function mapping |
| getCategory() X-Ref |
| Get Category (represented by CATEGORY_*) return: string |
| setCategory($value = null) X-Ref |
| Set Category (represented by CATEGORY_*) param: string $value |
| getExcelName() X-Ref |
| Get Excel name return: string |
| setExcelName($value) X-Ref |
| Set Excel name param: string $value |
| getPHPExcelName() X-Ref |
| Get PHPExcel name return: string |
| setPHPExcelName($value) X-Ref |
| Set PHPExcel name param: string $value |
| Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |