Flow PHP

DecodedResponse

FinalYes

Methods

__construct()  : mixed
body()  : array<string|int, mixed>
header()  : array<string|int, string>
response()  : ResponseInterface
statusCode()  : int

Methods

__construct()

public __construct(array<string|int, mixed> $body, ResponseInterface $response) : mixed
Parameters
$body : array<string|int, mixed>
$response : ResponseInterface

body()

public body() : array<string|int, mixed>
Return values
array<string|int, mixed>

header()

public header(string $name) : array<string|int, string>
Parameters
$name : string
Return values
array<string|int, string>

response()

public response() : ResponseInterface
Return values
ResponseInterface
On this page

Search results