|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Collaboration diagram for EvalMathStack:Public Member Functions | |
| push ($val) | |
| pop () | |
| last ($n=1) | |
Data Fields | |
| $stack = array() | |
| $count = 0 | |
Definition at line 442 of file class.EvalMath.php.
| EvalMathStack::last | ( | $n = 1 | ) |
Definition at line 462 of file class.EvalMath.php.
References $n.
| EvalMathStack::pop | ( | ) |
Definition at line 453 of file class.EvalMath.php.
References $count.
| EvalMathStack::push | ( | $val | ) |
Definition at line 447 of file class.EvalMath.php.
References $count.
| EvalMathStack::$count = 0 |
Definition at line 445 of file class.EvalMath.php.
| EvalMathStack::$stack = array() |
Definition at line 444 of file class.EvalMath.php.