|
Sage Intacct SDK for PHP
|
Public Member Functions | |
| isTransaction () | |
| setTransaction (bool $transaction) | |
| getAuthentication () | |
| setAuthentication (AuthenticationInterface $authentication) | |
| getContent () | |
| setContent (array $content) | |
| __construct (ClientConfig $clientConfig, RequestConfig $requestConfig, array $content) | |
| writeXml (XMLWriter &$xml) | |
| __construct | ( | ClientConfig | $clientConfig, |
| RequestConfig | $requestConfig, | ||
| array | $content | ||
| ) |
OperationBlock constructor.
| ClientConfig | $clientConfig | |
| RequestConfig | $requestConfig | |
| FunctionInterface[] | $content |
| getAuthentication | ( | ) |
| getContent | ( | ) |
| isTransaction | ( | ) |
| setAuthentication | ( | AuthenticationInterface | $authentication | ) |
| AuthenticationInterface | $authentication |
| setContent | ( | array | $content | ) |
| FunctionInterface[] | $content |
| setTransaction | ( | bool | $transaction | ) |
| bool | $transaction |