PHP Class think\debug\Html

Datei anzeigen Open project: top-think/framework

Protected Properties

Property Type Description
$config

Public Methods

Method Description
__construct ( array $config = [] ) 实例化并传入参数
output ( Response $response, array $log = [] ) : boolean 调试输出接口

Method Details

__construct() public method

实例化并传入参数
public __construct ( array $config = [] )
$config array

output() public method

调试输出接口
public output ( Response $response, array $log = [] ) : boolean
$response think\Response Response对象
$log array 日志信息
return boolean

Property Details

$config protected_oe property

protected $config