Controls the event queue and event processing mechanism for a request/event lifecycle.
Located in /MachII/framework/EventContext.php (line 18)
Initalizes the event-context.
Announce an Event
Queues an event for the framework to handle. Announces an event that will cause any listeners that have registered an interest in that event to execute.
Clears the event queue.
Display an event's views
Executes in the following order:
Returns the number of events that have been processed for this context.
Peeks at the next event in the queue.
Returns the previous handled event.
Execute the registered exception event
The name of the exception event is set in the configuration file.
Returns whether there is another event in the queue.
This has an alias called hasNextEvent(). return boolean
Returns whether there is another event in the queue.
This is an alias for hasMoreEvents().
Returns whether or not getPreviousEvent() can be called to return an event.
Process Event Queue
Begins processing of queued events. Can only be called once.
Executes in the following order:
Execute an event.
Executes in the following order:
Execute the next event in the queue
If the event returns an error, pass it to the exception handler.
Documentation generated on Thu, 20 Jan 2005 10:46:58 -0800 by phpDocumentor 1.3.0RC3