|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for EvalMathStack:Public Member Functions | |
| push ($val) | |
| pop () | |
| last ($n=1) | |
Data Fields | |
| array | $stack = [] |
| int | $count = 0 |
Definition at line 453 of file class.EvalMath.php.
| EvalMathStack::last | ( | $n = 1 | ) |
Definition at line 473 of file class.EvalMath.php.
| EvalMathStack::pop | ( | ) |
Definition at line 464 of file class.EvalMath.php.
References $count.
| EvalMathStack::push | ( | $val | ) |
Definition at line 458 of file class.EvalMath.php.
References $count.
| int EvalMathStack::$count = 0 |
Definition at line 456 of file class.EvalMath.php.
| array EvalMathStack::$stack = [] |
Definition at line 455 of file class.EvalMath.php.