zhamao-framework/docs/api/ZM/Event/EventTracer.md
2022-03-27 16:42:36 +08:00

507 B
Raw Blame History

ZM\Event\EventTracer

getCurrentEvent

public function getCurrentEvent(): null|AnnotationBase

描述

获取当前注解事件的注解类如CQCommand对象

返回

类型 描述
null AnnotationBase

getCurrentEventMiddlewares

public function getCurrentEventMiddlewares(): null|array|mixed

描述

获取当前注解事件的中间件列表

返回

类型 描述
null array