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

Class: EventStack

Source Location: /phpDocumentor/EventStack.inc

Class Overview


An event Stack


Author(s):

Version:

  • Release: @VER@

Variables

Methods



Class Details

[line 52]
An event Stack



Tags:

author:  Joshua Eichorn <[email protected]>
version:  Release: @VER@
link:  http://pear.php.net/PhpDocumentor
link:  http://www.phpdoc.org
todo:  CS cleanup - change package to PhpDocumentor
license:  LGPL


[ Top ]


Class Variables

$num =  0

[line 64]

The number of events in the stack


Type:   integer


[ Top ]

$stack = array(PARSER_EVENT_NOEVENTS)

[line 58]

The stack


Type:   array


[ Top ]



Class Methods


method getEvent [line 94]

int getEvent( )

Get the current event



Tags:

return:  An event


[ Top ]

method popEvent [line 83]

int popEvent( )

Pop an event from the stack



Tags:

return:  An event


[ Top ]

method 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:12:13 -0600 by phpDocumentor 1.4.4