| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 Collaboration diagram for EvalMathStack: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.
| EvalMathStack::pop | ( | ) | 
Definition at line 464 of file class.EvalMath.php.
| 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.