|
Sage Intacct SDK for PHP
|
Public Member Functions | |
| getStatus () | |
| getFunction () | |
| getControlId () | |
| getData () | |
| getListType () | |
| getCount () | |
| getTotalCount () | |
| getNumRemaining () | |
| getResultId () | |
| getKey () | |
| setKey (string $key) | |
| getStart () | |
| setStart (int $start) | |
| getEnd () | |
| setEnd (int $end) | |
| getErrors () | |
| __construct (\SimpleXMLElement $result) | |
| ensureStatusSuccess () | |
| ensureStatusNotFailure () | |
| __construct | ( | \SimpleXMLElement | $result | ) |
Result constructor.
| \SimpleXMLElement | $result |
| ensureStatusNotFailure | ( | ) |
Ensure the result status is not failure (result status will be success or aborted)
| ResultException |
| ensureStatusSuccess | ( | ) |
Ensure the result status is success
| ResultException |
| getControlId | ( | ) |
| getCount | ( | ) |
| getData | ( | ) |
| getEnd | ( | ) |
| getErrors | ( | ) |
| getFunction | ( | ) |
| getKey | ( | ) |
| getListType | ( | ) |
| getNumRemaining | ( | ) |
| getResultId | ( | ) |
| getStart | ( | ) |
| getStatus | ( | ) |
| getTotalCount | ( | ) |
| setEnd | ( | int | $end | ) |
| int | $end |
| setKey | ( | string | $key | ) |
| string | $key |
| setStart | ( | int | $start | ) |
| int | $start |