\adminmatrix\swooleMiddleware

Summary

Methods
Properties
Constants
__construct()
make()
pipeline()
No public properties found
No constants found
buildMiddleware()
$queue
$app
N/A
No private methods found
No private properties found
N/A

Properties

$queue

$queue : array

中间件执行队列

Type

array

$app

$app : \think\App

Type

\think\App —

Methods

__construct()

__construct(\think\App  $app, mixed  $middlewares = []) : mixed

Parameters

\think\App $app
mixed $middlewares

Returns

mixed —

make()

make(\think\App  $app, mixed  $middlewares = []) : mixed

Parameters

\think\App $app
mixed $middlewares

Returns

mixed —

pipeline()

pipeline() : \think\Pipeline

调度管道

Returns

\think\Pipeline —

buildMiddleware()

buildMiddleware(mixed  $middleware) : array

解析中间件

Parameters

mixed $middleware

Returns

array —