79 public function __construct($pCategory = NULL, $pExcelName = NULL, $pPHPExcelName = NULL)
81 if (($pCategory !== NULL) && ($pExcelName !== NULL) && ($pPHPExcelName !== NULL)) {
83 $this->_category = $pCategory;
84 $this->_excelName = $pExcelName;
85 $this->_phpExcelName = $pPHPExcelName;
107 if (!is_null($value)) {
108 $this->_category = $value;
129 $this->_excelName = $value;
147 $this->_phpExcelName = $value;
const CATEGORY_STATISTICAL
const CATEGORY_INFORMATION
getCategory()
Get Category (represented by CATEGORY_*)
const CATEGORY_TEXT_AND_DATA
const CATEGORY_ENGINEERING
const CATEGORY_LOOKUP_AND_REFERENCE
const CATEGORY_MATH_AND_TRIG
setExcelName($value)
Set Excel name.
getExcelName()
Get Excel name.
setPHPExcelName($value)
Set PHPExcel name.
setCategory($value=null)
Set Category (represented by CATEGORY_*)
getPHPExcelName()
Get PHPExcel name.
const CATEGORY_DATE_AND_TIME
__construct($pCategory=NULL, $pExcelName=NULL, $pPHPExcelName=NULL)
Create a new PHPExcel_Calculation_Function.