Detailed Description
Definition at line 3045 of file Calculation.php.
Constructor & Destructor Documentation
PHPExcel_Token_Stack::__construct |
( |
| ) |
|
Member Function Documentation
PHPExcel_Token_Stack::count |
( |
| ) |
|
PHPExcel_Token_Stack::last |
( |
|
$n = 1 | ) |
|
Definition at line 3065 of file Calculation.php.
References $n.
{
if ($this->_count-
$n < 0) {
return null;
}
return $this->_stack[$this->_count-
$n];
}
PHPExcel_Token_Stack::pop |
( |
| ) |
|
PHPExcel_Token_Stack::push |
( |
|
$value | ) |
|
Field Documentation
PHPExcel_Token_Stack::$_count = 0 |
|
private |
PHPExcel_Token_Stack::$_stack = array() |
|
private |
The documentation for this class was generated from the following file: