\PHPExcel_CalcEngine_CyclicReferenceStack

PHPExcel_CalcEngine_CyclicReferenceStack

Summary

Methods
Properties
Constants
count()
push()
pop()
onStack()
clear()
showStack()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$_stack
N/A

Properties

$_stack

$_stack : 

The call stack for calculated cells

@var mixed[]

Type

Methods

count()

count() : integer

Return the number of entries on the stack

Returns

integer

push()

push(mixed  $value) 

Push a new entry onto the stack

Parameters

mixed $value

pop()

pop() : mixed

Pop the last entry from the stack

Returns

mixed

onStack()

onStack(mixed  $value) 

Test to see if a specified entry exists on the stack

Parameters

mixed $value

The value to test

clear()

clear() 

Clear the stack

showStack()

showStack() : array<mixed,mixed>

Return an array of all entries on the stack

Returns

array<mixed,mixed>