Download the PHP package next/event without Composer
On this page you can find all versions of the php package next/event. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor next
Package event
Short Description Event based on the PSR-14 specification
License Apache-2.0
Homepage https://github.com/next-laboratory/event.git
Package event
Short Description Event based on the PSR-14 specification
License Apache-2.0
Homepage https://github.com/next-laboratory/event.git
Please rate this library. Is it a good library?
Informations about the package event
基于Psr-14的事件
如何使用
创建监听器
如果你不需要调整优先级,可以直接继承
Next\Event\EventListener
类
需要创建一个事件类
实例化ListenerProvider
, 使用addListener
添加监听器
实例化调度器,给构造函数传入ListenerProvider
实例
事件调度
可终止事件
事件实现
StoppableEventInterface
接口中的isPropagationStopped
方法,并且返回true,则不会触发该事件之后的事件
All versions of event with dependencies
PHP Build Version
Package Version
The package next/event contains the following files
Loading the files please wait ....