PHP Class think\response\Jsonp

Inheritance: extends think\Response
Show file Open project: top-think/framework

Protected Properties

Property Type Description
$contentType
$options 输出参数

Protected Methods

Method Description
output ( mixed $data ) : mixed 处理数据

Method Details

output() protected method

处理数据
protected output ( mixed $data ) : mixed
$data mixed 要处理的数据
return mixed

Property Details

$contentType protected property

protected $contentType

$options protected property

输出参数
protected $options