Equip\Formatter\FormatterInterface::body PHP Метод

body() публичный Метод

Get the response body from the payload.
public body ( Equip\Adr\PayloadInterface $payload ) : string
$payload Equip\Adr\PayloadInterface
Результат string
    public function body(PayloadInterface $payload);
FormatterInterface