yii\web\ResponseFormatterInterface - Yii2 类参考手册

Interface yii\web\ResponseFormatterInterface

Implemented byyii\web\HtmlResponseFormatter, yii\web\JsonResponseFormatter, yii\web\XmlResponseFormatter
Available since version2.0

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

Public Methods

隐藏继承的方法 Hide inherited 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.