\think\traceTraceDebug

页面Trace中间件

Summary

Methods
Properties
Constants
__construct()
handle()
traceDebug()
No public properties found
No constants found
No protected methods found
$log
$config
$app
N/A
No private methods found
No private properties found
N/A

Properties

$log

$log : array

Trace日志

Type

array

$config

$config : array

配置参数

Type

array

$app

$app : \think\App

Type

App

Methods

__construct()

__construct(\think\App  $app, \think\Config  $config) : mixed

Parameters

\think\App $app
\think\Config $config

Returns

mixed —

handle()

handle(\think\Request  $request, \Closure  $next) : void

页面Trace调试

Parameters

\think\Request $request
\Closure $next

traceDebug()

traceDebug(\think\Response  $response, mixed  $content) : mixed

Parameters

\think\Response $response
mixed $content

Returns

mixed —