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 52]



		
				Author(s):
		
		
		
Information Tags:
Version:  Release: @VER@
Link:  http://pear.php.net/PhpDocumentor
Link:  http://www.phpdoc.org
Todo:  CS cleanup - change package to PhpDocumentor
License:  LGPL

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 64]

The number of events in the stack


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

The stack


[ Top ]
Methods
getEvent  [line 94]

  int getEvent( )

Get the current event


API Tags:
Return:  An event


[ Top ]
popEvent  [line 83]

  int popEvent( )

Pop an event from the stack


API Tags:
Return:  An event


[ Top ]
pushEvent  [line 73]

  void pushEvent( int $event  )

Push an event onto the stack

Parameters:
int   $event:  All events must be constants


[ Top ]

Documentation generated on Tue, 06 Dec 2011 07:18:25 -0600 by phpDocumentor 1.4.4