ILIAS
Release_4_0_x_branch Revision 61816
|
Public Member Functions | |
push ($val) | |
pop () | |
last ($n=1) |
Data Fields | |
$stack = array() | |
$count = 0 |
Definition at line 380 of file class.EvalMath.php.
EvalMathStack::last | ( | $n = 1 | ) |
Definition at line 398 of file class.EvalMath.php.
References $n.
EvalMathStack::pop | ( | ) |
Definition at line 390 of file class.EvalMath.php.
References $count.
EvalMathStack::push | ( | $val | ) |
Definition at line 385 of file class.EvalMath.php.
References $count.
EvalMathStack::$count = 0 |
Definition at line 383 of file class.EvalMath.php.
EvalMathStack::$stack = array() |
Definition at line 382 of file class.EvalMath.php.