JsonBody
extends AbstractMessageBody
in package
A JSON request message.
Table of Contents
- $content : mixed
- $json : mixed
- __construct() : mixed
- __set() : mixed
- The magic setter is overridden to insure immutability.
- __toString() : mixed
- getContent() : string
- getContentLength() : string
- getContentType() : string
- getJson() : mixed
Properties
$content
private
mixed
$content
$json
private
mixed
$json
Methods
__construct()
public
__construct(mixed $json) : mixed
Parameters
- $json : mixed
-
A string, an array or an object representing the JSON body
Return values
mixed —__set()
The magic setter is overridden to insure immutability.
public
final __set( $name, $value) : mixed
Parameters
Return values
mixed —__toString()
public
final __toString() : mixed
Return values
mixed —getContent()
public
getContent() : string
Return values
string —the content
getContentLength()
public
getContentLength() : string
Return values
string —the Content-Length header
getContentType()
public
getContentType() : string
Return values
string —the Content-Type header (application/json)
getJson()
public
getJson() : mixed
Return values
mixed —a string, an array or an object representing the JSON body