FollowInterface
in
The Follow link request interface.
Table of Contents
- getHeaders() : array<string|int, mixed>
- getMessageBody() : AbstractMessageBody
- getMethod() : string
- getRel() : Rel
- getUrl() : string
- Looks for a unique Link referenced by the set relation type (Rel) and returns its href property.
- getUrlVariables() : array<string|int, mixed>
Methods
getHeaders()
public
getHeaders() : array<string|int, mixed>
Return values
array<string|int, mixed> —The optional headers
getMessageBody()
public
getMessageBody() : AbstractMessageBody
Return values
AbstractMessageBody —the message body to be sent with the request
getMethod()
public
getMethod() : string
Return values
string —GET, POST, PUT, PATCH or DELETE
getRel()
public
getRel() : Rel
Return values
Rel —the relation type
getUrl()
Looks for a unique Link referenced by the set relation type (Rel) and returns its href property.
public
getUrl(ResourceInterface $resource) : string
Parameters
- $resource : ResourceInterface
-
The Resource containing a Link referenced by the set relation type (Rel)
Tags
Return values
string —the URL in the href property of the Link
getUrlVariables()
public
getUrlVariables() : array<string|int, mixed>
Return values
array<string|int, mixed> —the value of the URL variables contained in the URL template