|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for EvalMathStack:Public Member Functions | |
| push ($val) | |
| pop () | |
| last ($n=1) | |
Data Fields | |
| array | $stack = [] |
| int | $count = 0 |
Definition at line 448 of file class.EvalMath.php.
| EvalMathStack::last | ( | $n = 1 | ) |
Definition at line 468 of file class.EvalMath.php.
| EvalMathStack::pop | ( | ) |
Definition at line 459 of file class.EvalMath.php.
References $count.
| EvalMathStack::push | ( | $val | ) |
Definition at line 453 of file class.EvalMath.php.
References $count.
| int EvalMathStack::$count = 0 |
Definition at line 451 of file class.EvalMath.php.
| array EvalMathStack::$stack = [] |
Definition at line 450 of file class.EvalMath.php.