ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Public Member Functions | |
push ($val) | |
pop () | |
last ($n=1) | |
Data Fields | |
$stack = array() | |
$count = 0 | |
Definition at line 396 of file class.EvalMath.php.
EvalMathStack::last | ( | $n = 1 | ) |
EvalMathStack::pop | ( | ) |
Definition at line 406 of file class.EvalMath.php.
EvalMathStack::push | ( | $val | ) |
Definition at line 401 of file class.EvalMath.php.
EvalMathStack::$count = 0 |
Definition at line 399 of file class.EvalMath.php.
EvalMathStack::$stack = array() |
Definition at line 398 of file class.EvalMath.php.