Equip\Formatter\FormatterInterface::body PHP Method

body() public method

Get the response body from the payload.
public body ( Equip\Adr\PayloadInterface $payload ) : string
$payload Equip\Adr\PayloadInterface
return string
    public function body(PayloadInterface $payload);
FormatterInterface