PHP Class think\response\Jsonp

Inheritance: extends think\Response
Afficher le fichier Open project: top-think/framework

Protected Properties

Свойство Type Description
$contentType
$options 输出参数

Méthodes protégées

Méthode Description
output ( mixed $data ) : mixed 处理数据

Method Details

output() protected méthode

处理数据
protected output ( mixed $data ) : mixed
$data mixed 要处理的数据
Résultat mixed

Property Details

$contentType protected_oe property

protected $contentType

$options protected_oe property

输出参数
protected $options