ILIAS
trunk Revision v11.0_alpha-1715-g7fc467680fb
|
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.
References null.
EvalMathStack::pop | ( | ) |
Definition at line 464 of file class.EvalMath.php.
References null.
EvalMathStack::push | ( | $val | ) |
Definition at line 458 of file class.EvalMath.php.
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.