|
Sage Intacct SDK for PHP
|
Public Member Functions | |
| getClientConfig () | |
| setClientConfig (ClientConfig $clientConfig) | |
| getRequestConfig () | |
| setRequestConfig (RequestConfig $requestConfig) | |
| getEndpointUrl () | |
| setEndpointUrl (string $endpointUrl) | |
| getHistory () | |
| __construct (ClientConfig $clientConfig, RequestConfig $requestConfig) | |
| executeOnline (array $content) | |
| executeOffline (array $content) | |
Data Fields | |
| const | VERSION = '3.2.0' |
Protected Member Functions | |
| setHistory (array $history) | |
Protected Attributes | |
| $history = [] | |
| __construct | ( | ClientConfig | $clientConfig, |
| RequestConfig | $requestConfig | ||
| ) |
RequestHandler constructor.
| ClientConfig | $clientConfig | |
| RequestConfig | $requestConfig |
| executeOffline | ( | array | $content | ) |
| FunctionInterface[] | $content |
| executeOnline | ( | array | $content | ) |
| FunctionInterface[] | $content |
| getClientConfig | ( | ) |
| getEndpointUrl | ( | ) |
| getHistory | ( | ) |
| getRequestConfig | ( | ) |
| setClientConfig | ( | ClientConfig | $clientConfig | ) |
| ClientConfig | $clientConfig |
| setEndpointUrl | ( | string | $endpointUrl | ) |
| string | $endpointUrl |
|
protected |
| array | $history |
| setRequestConfig | ( | RequestConfig | $requestConfig | ) |
| RequestConfig | $requestConfig |
|
protected |
| const VERSION = '3.2.0' |