[ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 108 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Event:: (6 methods):
isPropagationStopped()
stopPropagation()
setDispatcher()
getDispatcher()
getName()
setName()
isPropagationStopped() X-Ref |
Returns whether further event listeners should be triggered. return: bool Whether propagation was already stopped for this event. |
stopPropagation() X-Ref |
Stops the propagation of the event to further event listeners. If multiple event listeners are connected to the same event, no further event listener will be triggered once any trigger calls stopPropagation(). |
setDispatcher(EventDispatcherInterface $dispatcher) X-Ref |
Stores the EventDispatcher that dispatches this Event. param: EventDispatcherInterface $dispatcher |
getDispatcher() X-Ref |
Returns the EventDispatcher that dispatches this Event. return: EventDispatcherInterface |
getName() X-Ref |
Gets the event's name. return: string |
setName($name) X-Ref |
Sets the event's name property. param: string $name The event name. |
Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |