You are here

public function PHPExcel_Calculation_Function::getCategory in Loft Data Grids 7.2

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

Get Category (represented by CATEGORY_*)

Return value

string

File

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

Class

PHPExcel_Calculation_Function
PHPExcel_Calculation_Function

Code

public function getCategory() {
  return $this->_category;
}