ILIAS
release_8 Revision v8.19
|
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.
EvalMathStack::push | ( | $val | ) |
Definition at line 453 of file class.EvalMath.php.
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.