Zhamao Framework 3.2.4
A high-performance chatbot + web framework
载入中...
搜索中...
未找到
ZM\Middleware 命名空间参考

结构体

class  MiddlewareHandler
 
interface  MiddlewareInterface
 
class  Pipeline
 
interface  PipelineInterface
 
class  TimerMiddleware
 
class  WebSocketFilter
 

函数

 getArgs ()
 
 setArgs (array $args)
 
 setAnnotation (AnnotationBase $annotation)
 
 getAnnotation ()
 

变量

trait MiddlewareArgTrait
 
trait NeedAnnotationTrait
 

函数说明

◆ getAnnotation()

getAnnotation ( )

◆ getArgs()

getArgs ( )

◆ setAnnotation()

setAnnotation ( AnnotationBase  $annotation)

◆ setArgs()

setArgs ( array  $args)

变量说明

◆ MiddlewareArgTrait

trait MiddlewareArgTrait
初始值:
{
protected array $args = []

◆ NeedAnnotationTrait

trait NeedAnnotationTrait
初始值:
{
protected ?AnnotationBase $annotation = null