\think\http\middlewareDispatcherInterface

Summary

Methods
Constants
add()
insert()
all()
dispatch()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

all()

all() : array

获取所有的middleware

Returns

array

dispatch()

dispatch(\think\Request  $request) : \think\Response

处理 request 并返回 response

Parameters

\think\Request $request

Returns

\think\Response