[ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
PHPExcel Copyright (c) 2006 - 2014 PHPExcel
Copyright: | Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel) |
License: | http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL |
Version: | ##VERSION##, ##DATE## |
File Size: | 98 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Class: PHPExcel_CalcEngine_CyclicReferenceStack - X-Ref
PHPExcel_CalcEngine_CyclicReferenceStackcount() X-Ref |
Return the number of entries on the stack return: integer |
push($value) X-Ref |
Push a new entry onto the stack param: mixed $value |
pop() X-Ref |
Pop the last entry from the stack return: mixed |
onStack($value) X-Ref |
Test to see if a specified entry exists on the stack param: mixed $value The value to test |
clear() X-Ref |
Clear the stack |
showStack() X-Ref |
Return an array of all entries on the stack return: mixed[] |
Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |