接口 yii\web\ResponseFormatterInterface
实现于 | yii\web\HtmlResponseFormatter,yii\web\JsonResponseFormatter,yii\web\XmlResponseFormatter |
---|---|
可用版本 | 2.0 |
源代码 | https://github.com/yiisoft/yii2/blob/master/framework/web/ResponseFormatterInterface.php |
ResponseFormatterInterface 指定了在发送响应之前格式化响应所需的接口。
方法详情
格式化指定的响应。
public abstract void format ( $response ) | ||
$response | yii\web\Response |
要格式化的响应。 |
public function format($response);
注册 或 登录 以发表评论。