Class EventStack

Description

An event Stack

Located in /phpDocumentor/EventStack.inc (line 52)


	
			
Variable Summary
integer $num
array $stack
Method Summary
int getEvent ()
int popEvent ()
void pushEvent (int $event)
Variables
integer $num = 0 (line 64)

The number of events in the stack

array $stack = array(PARSER_EVENT_NOEVENTS) (line 58)

The stack

Methods
getEvent (line 94)

Get the current event

  • return: An event
int getEvent ()
popEvent (line 83)

Pop an event from the stack

  • return: An event
int popEvent ()
pushEvent (line 73)

Push an event onto the stack

void pushEvent (int $event)
  • int $event: All events must be constants

Documentation generated on Mon, 05 Dec 2011 20:58:21 -0600 by phpDocumentor 1.4.4