ZEROSPAM\Framework\SDK\Test\Base\Data\Response\TestDataResponse
Class TestDataResponse
Synopsis
class TestDataResponse
                extends TestResponse
            {
        - // Inherited members from TestResponse
- protected array $dates;
- // methods
- public TestResponse getDataAttribute()
- // Inherited methods from TestResponse
- public void getTestAttribute()
- // Inherited methods from BaseResponse
- public void __construct()
- public void setRawData()
- public array getRawData()
- public array data()
- public mixed getRawValue()
- public mixed|null get()
- public void __isset()
- public void __get()
- public void populateDataObject()
- // Inherited methods from RateLimitedTrait
- public RateLimitData getRateLimit()
- public $this setRateLimit()
Hierarchy
Members
protected
- $data — array
- $dates
- $dates
                —
                array
 Dates to be transTyped from string to Carbon.
- $rateLimit — ZEROSPAM\Framework\SDK\Response\RateLimit\RateLimitData
- $rawData
                —
                array
 Data unprocessed
Methods
public
Inherited from ZEROSPAM\Framework\SDK\Test\Base\Data\Response\TestResponse
public
Inherited from ZEROSPAM\Framework\SDK\Response\Api\BaseResponse
public
- __get()
- __isset()
- data() — Data contained in the response.
- get() — Get a specific field.
- getRawData() — Used internally
- getRawValue() — Return value in response array of the response.
- populateDataObject() — Populate the data object with the data present in the response
- setRawData() — Used internally
Inherited from ZEROSPAM\Framework\SDK\Response\Api\Helper\RateLimitedTrait
public
History
- 
            2018-09-26T16:14:50+00:00 (commit #4a46e0a)Author: Antoine Aflalo (antoine.aflalo@zerospam.ca) / Commiter: Antoine Aflalo (antoine.aflalo@zerospam.ca) refactor(Test): Refactor the Test Response/Test Request own namespace 
- 
            2018-07-17T15:07:05+00:00 (commit #768776b)Author: Antoine Aflalo (antoine.aflalo@zerospam.ca) / Commiter: Antoine Aflalo (antoine.aflalo@zerospam.ca) test(Request): Checks override data field works