|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Collaboration diagram for EvalMathStack:Public Member Functions | |
| push ($val) | |
| pop () | |
| last ($n=1) | |
Data Fields | |
| $stack = array() | |
| $count = 0 | |
Definition at line 396 of file class.EvalMath.php.
| EvalMathStack::last | ( | $n = 1 | ) |
Definition at line 414 of file class.EvalMath.php.
References $n.
| EvalMathStack::pop | ( | ) |
Definition at line 406 of file class.EvalMath.php.
References $count.
| EvalMathStack::push | ( | $val | ) |
Definition at line 401 of file class.EvalMath.php.
References $count.
| EvalMathStack::$count = 0 |
Definition at line 399 of file class.EvalMath.php.
| EvalMathStack::$stack = array() |
Definition at line 398 of file class.EvalMath.php.