\PhpOffice\PhpSpreadsheet\Calculation\EngineCyclicReferenceStack

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 : array<mixed,mixed>

The call stack for calculated cells.

Type

array<mixed,mixed>

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) : boolean

Test to see if a specified entry exists on the stack.

Parameters

mixed $value

The value to test

Returns

boolean

clear()

clear() 

Clear the stack.

showStack()

showStack() : array<mixed,mixed>

Return an array of all entries on the stack.

Returns

array<mixed,mixed>