|
Moodle
2.2.1
http://www.collinsharper.com
|
Public Member Functions | |
| push ($val) | |
| pop () | |
| last ($n=1) | |
Data Fields | |
| $stack = array() | |
| $count = 0 | |
Definition at line 447 of file evalmath.class.php.
| last | ( | $ | n = 1 | ) |
Definition at line 465 of file evalmath.class.php.
| pop | ( | ) |
Definition at line 457 of file evalmath.class.php.
| push | ( | $ | val | ) |
Definition at line 452 of file evalmath.class.php.
| $count = 0 |
Definition at line 450 of file evalmath.class.php.
| $stack = array() |
Definition at line 449 of file evalmath.class.php.