Overview

Packages

  • JAMA
  • None
  • PHP
  • PHPExcel
    • CachedObjectStorage
    • Calculation
    • Cell
    • Chart
      • Renderer
    • Reader
      • Excel2007
      • Excel5
    • RichText
    • Settings
    • Shared
      • Escher
      • OLE
      • Trend
      • ZipArchive
    • Style
    • Worksheet
      • Drawing
    • Writer
      • 2007
      • CSV
      • Excel2007
      • Excel5
      • HTML
      • PDF

Classes

  • PHPExcel_CalcEngine_CyclicReferenceStack
  • PHPExcel_CalcEngine_Logger
  • PHPExcel_Calculation
  • PHPExcel_Calculation_Database
  • PHPExcel_Calculation_DateTime
  • PHPExcel_Calculation_Engineering
  • PHPExcel_Calculation_ExceptionHandler
  • PHPExcel_Calculation_Financial
  • PHPExcel_Calculation_FormulaParser
  • PHPExcel_Calculation_FormulaToken
  • PHPExcel_Calculation_Function
  • PHPExcel_Calculation_Functions
  • PHPExcel_Calculation_Logical
  • PHPExcel_Calculation_LookupRef
  • PHPExcel_Calculation_MathTrig
  • PHPExcel_Calculation_Statistical
  • PHPExcel_Calculation_TextData
  • PHPExcel_Calculation_Token_Stack

Exceptions

  • PHPExcel_Calculation_Exception

Functions

  • acosh
  • asinh
  • atanh
  • mb_str_replace
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo
  • Download

Class PHPExcel_CalcEngine_CyclicReferenceStack

PHPExcel_CalcEngine_CyclicReferenceStack

Package: PHPExcel\Calculation
Category: PHPExcel_CalcEngine_CyclicReferenceStack
Copyright: Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel)
License: LGPL
Located at controlador/include/phpexcel/PHPExcel/CalcEngine/CyclicReferenceStack.php
Methods summary
public integer
# count( )

Return the number of entries on the stack

Return the number of entries on the stack

Returns

integer
public
# push( mixed $value )

Push a new entry onto the stack

Push a new entry onto the stack

Parameters

$value
public mixed
# pop( )

Pop the last entry from the stack

Pop the last entry from the stack

Returns

mixed
public
# onStack( mixed $value )

Test to see if a specified entry exists on the stack

Test to see if a specified entry exists on the stack

Parameters

$value
The value to test
public
# clear( )

Clear the stack

Clear the stack

public mixed[]
# showStack( )

Return an array of all entries on the stack

Return an array of all entries on the stack

Returns

mixed[]
Properties summary
private mixed[] $_stack

The call stack for calculated cells

The call stack for calculated cells

# array()
Autene API documentation generated by ApiGen