|
Sage Intacct SDK for PHP
|
Public Member Functions | |
| getSenderId () | |
| setSenderId (string $senderId) | |
| getPassword () | |
| setPassword (string $password) | |
| getControlId () | |
| setControlId (string $controlId) | |
| isUniqueId () | |
| setUniqueId (bool $uniqueId) | |
| getDtdVersion () | |
| getPolicyId () | |
| setPolicyId (string $policyId) | |
| isIncludeWhitespace () | |
| setIncludeWhitespace (bool $includeWhitespace) | |
| __construct (ClientConfig $clientConfig, RequestConfig $requestConfig) | |
| writeXml (XMLWriter &$xml) | |
| __construct | ( | ClientConfig | $clientConfig, |
| RequestConfig | $requestConfig | ||
| ) |
ControlBlock constructor.
| ClientConfig | $clientConfig | |
| RequestConfig | $requestConfig |
| getControlId | ( | ) |
| getDtdVersion | ( | ) |
| getPassword | ( | ) |
| getPolicyId | ( | ) |
| getSenderId | ( | ) |
| isIncludeWhitespace | ( | ) |
| isUniqueId | ( | ) |
| setControlId | ( | string | $controlId | ) |
| string | $controlId |
| setIncludeWhitespace | ( | bool | $includeWhitespace | ) |
| bool | $includeWhitespace |
| setPassword | ( | string | $password | ) |
| string | $password |
| setPolicyId | ( | string | $policyId | ) |
| string | $policyId |
| setSenderId | ( | string | $senderId | ) |
| string | $senderId |
| setUniqueId | ( | bool | $uniqueId | ) |
| bool | $uniqueId |