Documentation

RequestInterface

The classic Request interface.

Table of Contents

getHeaders()  : array<string|int, mixed>
getMessageBody()  : AbstractMessageBody
getMethod()  : string
getUrl()  : string
getUrlVariables()  : array<string|int, mixed>

Methods

getHeaders()

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

The optional headers

getMethod()

public getMethod() : string
Return values
string

GET, POST, PUT, PATCH or DELETE

getUrlVariables()

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

the value of the URL variables contained in the URL template

Search results