ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
Public Member Functions | |
push ($val) | |
pop () | |
last ($n=1) | |
Data Fields | |
$stack = array() | |
$count = 0 | |
Definition at line 388 of file class.EvalMath.php.
EvalMathStack::last | ( | $n = 1 | ) |
Definition at line 406 of file class.EvalMath.php.
References $n.
EvalMathStack::pop | ( | ) |
Definition at line 398 of file class.EvalMath.php.
EvalMathStack::push | ( | $val | ) |
Definition at line 393 of file class.EvalMath.php.
EvalMathStack::$count = 0 |
Definition at line 391 of file class.EvalMath.php.
EvalMathStack::$stack = array() |
Definition at line 390 of file class.EvalMath.php.