0 关注者

接口 yii\web\ResponseFormatterInterface

实现于yii\web\HtmlResponseFormatteryii\web\JsonResponseFormatteryii\web\XmlResponseFormatter
可用版本2.0
源代码 https://github.com/yiisoft/yii2/blob/master/framework/web/ResponseFormatterInterface.php

ResponseFormatterInterface 指定了在发送响应之前格式化响应所需的接口。

公共方法

隐藏继承的方法

方法 描述 定义于
format() 格式化指定的响应。 yii\web\ResponseFormatterInterface

方法详情

隐藏继承的方法

format() public abstract method

格式化指定的响应。

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

要格式化的响应。

                public function format($response);