ZEROSPAM\Framework\SDK\Response\Api\EmptyResponse
Class EmptyResponse
Response to represent the code 202
Synopsis
class EmptyResponse
implements
IRateLimitedResponse
{
- // methods
- public void __isset()
- public void __get()
- public void __set()
- public array data()
- public mixed|null get()
- public mixed getRawValue()
- public void populateDataObject()
- // Inherited methods from RateLimitedTrait
- public RateLimitData getRateLimit()
- public $this setRateLimit()
Hierarchy
Uses
Implements
Tasks
Line | Task |
---|---|
91 | Implement populateDataObject() method. |
Members
protected
Methods
public
- __get()
- __isset()
- __set()
- data() — Data contained in the response.
- get() — Get a specific field.
- getRawValue() — Return value in response array of the response.
- populateDataObject()
Inherited from ZEROSPAM\Framework\SDK\Response\Api\Helper\RateLimitedTrait
public
History
-
2018-09-26T17:18:36+00:00 (commit #6fb8758)
Author: Antoine Aflalo (antoine.aflalo@zerospam.ca) / Commiter: Antoine Aflalo (antoine.aflalo@zerospam.ca)
feat(DataObject): Adds dataObject Specific object that contains data needed to be nested in the request.
-
2018-07-16T14:26:38+00:00 (commit #290a97d)
Author: Antoine Aflalo (antoine.aflalo@zerospam.ca) / Commiter: Antoine Aflalo (antoine.aflalo@zerospam.ca)
feat(Response): Split Ratelimited from BaseResponse New type of response can now be easily build.