You are here

public function PHPExcel_CalcEngine_CyclicReferenceStack::count in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/CalcEngine/CyclicReferenceStack.php \PHPExcel_CalcEngine_CyclicReferenceStack::count()

* Return the number of entries on the stack * *

Return value

integer

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/CalcEngine/CyclicReferenceStack.php, line 51

Class

PHPExcel_CalcEngine_CyclicReferenceStack
PHPExcel_CalcEngine_CyclicReferenceStack

Code

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