PHP Интерфейс Equip\Formatter\FormatterInterface

Показать файл Открыть проект

Открытые методы

Метод Описание
accepts ( ) : array Get the content types this formatter can satisfy.
body ( Equip\Adr\PayloadInterface $payload ) : string Get the response body from the payload.
type ( ) : string Get the content type of the response body.

Описание методов

accepts() публичный статический Метод

Get the content types this formatter can satisfy.
public static accepts ( ) : array
Результат array

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

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

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

Get the content type of the response body.
public type ( ) : string
Результат string