You are here

public function PHPExcel_Calculation_Token_Stack::count in Loft Data Grids 6.2

Same name and namespace in other branches
  1. 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Token/Stack.php \PHPExcel_Calculation_Token_Stack::count()

* Return the number of entries on the stack * *

Return value

integer

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Token/Stack.php, line 58

Class

PHPExcel_Calculation_Token_Stack
PHPExcel_Calculation_Token_Stack

Code

public function count() {
  return $this->_count;
}