You are here

public function PHPExcel_CalcEngine_CyclicReferenceStack::pop 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::pop()

* Pop the last entry from the stack * *

Return value

mixed

File

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

Class

PHPExcel_CalcEngine_CyclicReferenceStack
PHPExcel_CalcEngine_CyclicReferenceStack

Code

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