Inherited Variables
Inherited Constants
Inherited Methods
Class Details
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
[ Top ]
$stack = array(PARSER_EVENT_NOEVENTS)
[ Top ]
Class Methods
getEvent
[ Top ]
popEvent
[ Top ]
pushEvent
void pushEvent(
int
$event)
[line 73]
Push an event onto the stack
Parameters:
- int $event - All events must be constants
[ Top ]