| [ 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: | 614 lines (22 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
PHPExcel_Calculation_FormulaParser:: (6 methods):
__construct()
getFormula()
getToken()
getTokenCount()
getTokens()
_parseToTokens()
Class: PHPExcel_Calculation_FormulaParser - X-Ref
PHPExcel_Calculation_FormulaParser| __construct($pFormula = '') X-Ref |
| Create a new PHPExcel_Calculation_FormulaParser param: string $pFormula Formula to parse |
| getFormula() X-Ref |
| Get Formula return: string |
| getToken($pId = 0) X-Ref |
| Get Token param: int $pId Token id return: string |
| getTokenCount() X-Ref |
| Get Token count return: string |
| getTokens() X-Ref |
| Get Tokens return: PHPExcel_Calculation_FormulaToken[] |
| _parseToTokens() X-Ref |
| Parse to tokens |
| Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |