\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[]

Methods

count()

count() : int

Return the number of entries on the stack

Returns

int —

push()

push(mixed  $value) : mixed

Push a new entry onto the stack

Parameters

mixed $value

Returns

mixed —

pop()

pop() : mixed

Pop the last entry from the stack

Returns

mixed —

onStack()

onStack(mixed  $value) : mixed

Test to see if a specified entry exists on the stack

Parameters

mixed $value

The value to test

Returns

mixed —

clear()

clear() : mixed

Clear the stack

Returns

mixed —

showStack()

showStack() : array

Return an array of all entries on the stack

Returns

array —