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

Class: EventStack

Source Location: /PhpDocumentor-1.5.0a1/phpDocumentor/EventStack.inc

Class Overview


An event Stack


Author(s):

Version:

  • Release: 1.5.0a1

Variables

Methods


Inherited Variables

Inherited Methods


Class Details

[line 52]
An event Stack


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



Method Detail

getEvent   [line 94]

int getEvent( )

Get the current event
  • Return: An event

[ Top ]

popEvent   [line 83]

int popEvent( )

Pop an event from the stack
  • 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 Mon, 11 Mar 2019 15:50:19 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.