ZEROSPAM\Framework\SDK\Response\Api\IRateLimitedResponse
Class BaseResponse
Reponse given by the client when processing a request.
Take care of providing generator for bindings
Synopsis
interface IRateLimitedResponse
extends IResponse
{
- // methods
- public RateLimitData getRateLimit()
- public IRateLimitedResponse setRateLimit()
- // Inherited methods from IResponse
- public array data()
- public mixed|null get()
- public mixed getRawValue()
- public void populateDataObject()
Hierarchy
Methods
public
Inherited from ZEROSPAM\Framework\SDK\Response\Api\IResponse
public
- data() — Data contained in the response.
- get() — Get a specific field.
- getRawValue() — Return value in response array of the response.
- populateDataObject() — Populate the data object with the data present in the response