PHP Class think\response\Jsonp

Inheritance: extends think\Response
Exibir arquivo 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_oe property

protected $contentType

$options protected_oe property

输出参数
protected $options