$formats public property
List of supported response formats. The keys are MIME types (e.g. application/json
) while the values are the corresponding formats (e.g. html
, json
) which must be supported as declared in yii\web\Response::$formatters.
If this property is empty or not set, response format negotiation will be skipped.
Please login to continue.