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.
Method | Description | Defined By |
---|---|---|
format() | Formats the specified response. | yii\web\ResponseFormatterInterface |
Formats the specified response.
public function format($response);