\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

The call stack for calculated cells.

Type

array

Methods

count()

count() : int

Return the number of entries on the stack.

Returns

int —

push()

push(mixed  $value) : void

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

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

Parameters

mixed $value

The value to test

Returns

bool —

clear()

clear() : void

Clear the stack.

showStack()

showStack() : array

Return an array of all entries on the stack.

Returns

array —