web\ResponseFormatterInterface

Interface yii\web\ResponseFormatterInterface

Implemented by yii\web\HtmlResponseFormatter, yii\web\JsonResponseFormatter, yii\web\XmlResponseFormatter
Available since version 2.0
Source Code https://github.com/yiisoft/yii2/blob/master/framework/web/ResponseFormatterInterface.php

ResponseFormatterInterface specifies the interface needed to format a response before it is sent out.

Public Methods

Method Description Defined By
format() Formats the specified response. yii\web\ResponseFormatterInterface

Method Details

format() public abstract method

Formats the specified response.

public abstract void format ( $response )
$response yii\web\Response

The response to be formatted.

© 2008–2017 by Yii Software LLC
Licensed under the three clause BSD license.
http://www.yiiframework.com/doc-2.0/yii-web-responseformatterinterface.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部