\PHPExcel_CalcEngine_CyclicReferenceStack

PHPExcel_CalcEngine_CyclicReferenceStack

Copyright (c) 2006 - 2015 PHPExcel

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

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>