Class EventStack

(line 52)

Description


Located in File: /phpDocumentor/EventStack.inc

An event Stack


Class Variables

Summary:
integer $num
array $stack

$num = 0 (line 64)

Data type : integer

The number of events in the stack

$stack = array(PARSER_EVENT_NOEVENTS) (line 58)

Data type : array

The stack

Class Constants

Summary:

Method Detail

Summary:
int getEvent ()
int popEvent ()
void pushEvent (int $event)

Method getEvent (line 94)

int getEvent( )

Get the current event

Info

  • return - An event

Method popEvent (line 83)

int popEvent( )

Pop an event from the stack

Info

  • return - An event

Method pushEvent (line 73)

void pushEvent( int $event)

Push an event onto the stack

Parameters

  • int $event: All events must be constants

Info

Inherited Variables

Inherited Class Variable Summary

Inherited Methods

Inherited Method Summary


Documentation generated on Mon, 05 Dec 2011 21:26:30 -0600 by phpDocumentor 1.4.4