| [ Index ] |
PHP Cross Reference of phpBB-3.2.11-deutsch |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 23 lines (1 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
EventInterface:: (2 methods):
isPropagationStopped()
stopPropagation()
Interface: EventInterface - X-Ref
Base event interface used when dispatching events to listeners using an| isPropagationStopped() X-Ref |
| Returns whether or not stopPropagation was called on the event. return: bool |
| stopPropagation() X-Ref |
| Stops the propagation of the event, preventing subsequent listeners registered to the same event from being invoked. |
| Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |