ZEROSPAM\Framework\SDK\Response\Api\IResponse
Interface IResponse
Parsed Response of the server
Synopsis
interface IResponse
{
- // methods
- public array data()
- public mixed|null get()
- public mixed getRawValue()
- public void populateDataObject()
Methods
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