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

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

addMessage(string $Type, string $Text, mixed $Data=null)Samy\SimpleApi\ResponseInterface
cleanLinks()Samy\SimpleApi\ResponseInterface
cleanMessages()Samy\SimpleApi\ResponseInterface
getData()Samy\SimpleApi\ResponseInterface
getError()Samy\SimpleApi\ResponseInterface
getErrorDescription()Samy\SimpleApi\ResponseInterface
getErrorUri()Samy\SimpleApi\ResponseInterface
getLink(string $Name, string $Default="")Samy\SimpleApi\ResponseInterface
getLinks()Samy\SimpleApi\ResponseInterface
getMessages()Samy\SimpleApi\ResponseInterface
hasLink(string $Name)Samy\SimpleApi\ResponseInterface
isSuccess()Samy\SimpleApi\ResponseInterface
withData(mixed $Data)Samy\SimpleApi\ResponseInterface
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\ResponseInterface
withoutLink(string $Name)Samy\SimpleApi\ResponseInterface
withSuccess(bool $Success)Samy\SimpleApi\ResponseInterface