forked from cardinity/cardinity-sdk-php
-
Notifications
You must be signed in to change notification settings - Fork 0
ResultObject
Shabab Haider Siddique edited this page May 21, 2021
·
1 revision
abstract class ResultObject
implements ResultObjectInterface
| Name | Return Type | Description |
|---|---|---|
| getErrors() | public array | Returns status of request and error |
| serialize(boolean toJson=true) | public array/object | Serializes result object to json object |
| unserialize(string json) | public void | Loads json values into object |
test