Download the PHP package sharkydog/private-emitter without Composer
On this page you can find all versions of the php package sharkydog/private-emitter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download sharkydog/private-emitter
More information about sharkydog/private-emitter
Files in sharkydog/private-emitter
Download sharkydog/private-emitter
More information about sharkydog/private-emitter
Files in sharkydog/private-emitter
Vendor sharkydog
Package private-emitter
Short Description Non-public emitter extension to evenement/evenement
License MIT
Package private-emitter
Short Description Non-public emitter extension to evenement/evenement
License MIT
Please rate this library. Is it a good library?
Informations about the package private-emitter
private-emitter
Non-public emitter extension to evenement/evenement.
Basic usage
Capture events in methods
Events can be mapped to methods prefixed with _event_
.
Event event1
would be handled by _event_event1()
method.
If the same event is emitted in that method, it will now fire the EventEmitter
listeners.
Forward events
Events can be forwarded to other emitters.
The rules above for capturing events apply. Provided emitter callbacks will be called if events were not captured or were captured and re-emitted.
All versions of private-emitter with dependencies
PHP Build Version
Package Version
The package sharkydog/private-emitter contains the following files
Loading the files please wait ....