|
Sage Intacct SDK for PHP
|
Public Member Functions | |
| getUserId () | |
| setUserId (string $userId) | |
| getCompanyId () | |
| setCompanyId (string $companyId) | |
| getEntityId () | |
| setEntityId (string $entityId) | |
| getPassword () | |
| setPassword (string $password) | |
| __construct (string $userId, string $companyId, string $password, string $entityId=null) | |
| writeXml (XMLWriter &$xml) | |
| writeXml (XMLWriter &$xml) | |
| __construct | ( | string | $userId, |
| string | $companyId, | ||
| string | $password, | ||
| string | $entityId = null |
||
| ) |
LoginAuthentication constructor.
| string | $userId | |
| string | $companyId | |
| string | $password | |
| string | null | $entityId |
| getCompanyId | ( | ) |
| getEntityId | ( | ) |
| getPassword | ( | ) |
| getUserId | ( | ) |
| setCompanyId | ( | string | $companyId | ) |
| string | $companyId |
| setEntityId | ( | string | $entityId | ) |
| string | $entityId |
| setPassword | ( | string | $password | ) |
| string | $password |
| setUserId | ( | string | $userId | ) |
| string | $userId |
| writeXml | ( | XMLWriter & | $xml | ) |