Moodle  2.2.1
http://www.collinsharper.com
EvalMathStack Class Reference

Public Member Functions

 push ($val)
 pop ()
 last ($n=1)

Data Fields

 $stack = array()
 $count = 0

Detailed Description

Definition at line 447 of file evalmath.class.php.


Member Function Documentation

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.


Field Documentation

$count = 0

Definition at line 450 of file evalmath.class.php.

$stack = array()

Definition at line 449 of file evalmath.class.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations