PHP RestApi
REST is an acronym for REpresentational State Transfer and an architectural style for distributed hypermedia systems.
Loading...
Searching...
No Matches
Samy\SimpleApi\Response Member List

This is the complete list of members for Samy\SimpleApi\Response, including all inherited members.

$dataSamy\SimpleApi\Responseprotected
$linkSamy\SimpleApi\Responseprotected
$messageSamy\SimpleApi\Responseprotected
$successSamy\SimpleApi\Responseprotected
addMessage(string $Type, string $Text, mixed $Data=null)Samy\SimpleApi\Response
cleanLinks()Samy\SimpleApi\Response
cleanMessages()Samy\SimpleApi\Response
getBody()Samy\SimpleApi\Response
getData()Samy\SimpleApi\Response
getError()Samy\SimpleApi\ResponseInterface
getErrorDescription()Samy\SimpleApi\ResponseInterface
getErrorUri()Samy\SimpleApi\ResponseInterface
getLink(string $Name, string $Default="")Samy\SimpleApi\Response
getLinks()Samy\SimpleApi\Response
getMessages()Samy\SimpleApi\Response
hasLink(string $Name)Samy\SimpleApi\Response
isSuccess()Samy\SimpleApi\Response
parse(ResponseInterface $ResponseInterface)Samy\RestApi\AbstractResponse
withBody($StreamInterface)Samy\SimpleApi\Response
withData(mixed $Data)Samy\SimpleApi\Response
withError(string $Error)Samy\SimpleApi\ResponseInterface
withErrorDescription(string $ErrorDescription)Samy\SimpleApi\ResponseInterface
withErrorUri(string $ErrorUri)Samy\SimpleApi\ResponseInterface
withLink(string $Name, string $Url)Samy\SimpleApi\Response
withoutLink(string $Name)Samy\SimpleApi\Response
withSuccess(bool $Success)Samy\SimpleApi\Response