Download the PHP package bentools/stoppable-event-trait without Composer
On this page you can find all versions of the php package bentools/stoppable-event-trait. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download bentools/stoppable-event-trait
More information about bentools/stoppable-event-trait
Files in bentools/stoppable-event-trait
Download bentools/stoppable-event-trait
More information about bentools/stoppable-event-trait
Files in bentools/stoppable-event-trait
Vendor bentools
Package stoppable-event-trait
Short Description PSR-14 Stoppable Event implementation, shipped as a trait.
License MIT
Homepage https://github.com/bentools/stoppable-event-trait
Package stoppable-event-trait
Short Description PSR-14 Stoppable Event implementation, shipped as a trait.
License MIT
Homepage https://github.com/bentools/stoppable-event-trait
Keywords bentoolsstoppable-event-trait
Please rate this library. Is it a good library?
Informations about the package stoppable-event-trait
PSR-14 Stoppable Event implementation, shipped as a trait.
This is just a trait implementation of PSR-14's StoppableEventInterface
.
Usage
Any listener can call $event->stopPropagation()
on your event, preventing further propagation of the event,
regardless of the PSR-14 implementation you're using (as soon as they properly handle StoppableEventInterface
events)
Installation
You can install the package via composer:
Testing
License
The MIT License (MIT). Please see License File for more information.
All versions of stoppable-event-trait with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2.0
The package bentools/stoppable-event-trait contains the following files
Loading the files please wait ....