[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/vendor/symfony/event-dispatcher/ -> Event.php (summary)

(no description)

File Size: 58 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Event:: (2 methods):
  isPropagationStopped()
  stopPropagation()


Class: Event  - X-Ref

Event is the base class for classes containing event data.

This class contains no event data. It is used by events that do not pass
state information to an event handler when an event is raised.

You can call the method stopPropagation() to abort the execution of
further listeners in your event listener.

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().



Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1