JsonResponse
final class JsonResponse implements Response
JSON response used mainly for AJAX requests.
Methods
__construct(mixed $payload, string|null $contentType = null)
No description
mixed
getPayload()
No description
string
getContentType()
Returns the MIME content type of a downloaded file.
void
send(IRequest $httpRequest, IResponse $httpResponse)
Sends response to output.
Details
at line 24
__construct(mixed $payload, string|null $contentType = null)
No description
at line 31
mixed
getPayload()
No description
at line 40
string
getContentType()
Returns the MIME content type of a downloaded file.
at line 49
void
send(IRequest $httpRequest, IResponse $httpResponse)
Sends response to output.