public function JsonResponse::getEncodingOptions in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/http-foundation/JsonResponse.php \Symfony\Component\HttpFoundation\JsonResponse::getEncodingOptions()
Returns options used while encoding data to JSON.
Return value
int
File
- vendor/
symfony/ http-foundation/ JsonResponse.php, line 158
Class
- JsonResponse
- Response represents an HTTP response in JSON format.
Namespace
Symfony\Component\HttpFoundationCode
public function getEncodingOptions() {
return $this->encodingOptions;
}