$acceptMimeType public property
The MIME type (e.g. application/json
) from the request ACCEPT header chosen for this response. This property is mainly set by yii\filters\ContentNegotiator.
public string $acceptMimeType = null
$acceptMimeType public property
The MIME type (e.g. application/json
) from the request ACCEPT header chosen for this response. This property is mainly set by yii\filters\ContentNegotiator.
public string $acceptMimeType = null
Please login to continue.