phpDocumentor phpDocumentor
[ class tree: phpDocumentor ] [ index: phpDocumentor ] [ all elements ]

Class: EventStack

Source Location: /phpDocumentor/EventStack.inc

Class EventStack

Class Overview

An event Stack

Located in /phpDocumentor/EventStack.inc [line 45]



		
				Author(s):
		
		
		
Information Tags:
Version:  $Id: EventStack.inc,v 1.3 2006/04/30 22:18:13 cellog Exp $

Properties

Methods

[ Top ]
Property Summary
integer   $num   The number of events in the stack
array   $stack   The stack

[ Top ]
Method Summary
int   getEvent()   Get the current event
int   popEvent()   Pop an event from the stack
void   pushEvent()   Push an event onto the stack

[ Top ]
Properties
integer   $num = 0 [line 57]

The number of events in the stack


[ Top ]
array   $stack = array(PARSER_EVENT_NOEVENTS) [line 51]

The stack


[ Top ]
Methods
getEvent  [line 85]

  int getEvent( )

Get the current event


API Tags:
Return:  An event


[ Top ]
popEvent  [line 74]

  int popEvent( )

Pop an event from the stack


API Tags:
Return:  An event


[ Top ]
pushEvent  [line 64]

  void pushEvent( int $event  )

Push an event onto the stack

Parameters:
int   $event:  All events must be constants


[ Top ]

Documentation generated on Tue, 24 Oct 2006 09:22:29 -0500 by phpDocumentor 1.3.1