| 
    Sage Intacct SDK for PHP
    
   | 
 
  
Public Member Functions | |
| writeXml (XMLWriter &$xml) | |
  Public Member Functions inherited from AbstractLocation | |
| getLocationId () | |
| setLocationId ($locationId) | |
| getLocationName () | |
| setLocationName ($locationName) | |
| getParentLocationId () | |
| setParentLocationId ($parentLocationId) | |
| getManagerEmployeeId () | |
| setManagerEmployeeId ($managerEmployeeId) | |
| getLocationContactName () | |
| setLocationContactName ($locationContactName) | |
| getShipToContactName () | |
| setShipToContactName ($shipToContactName) | |
| getStartDate () | |
| setStartDate ($startDate) | |
| getEndDate () | |
| setEndDate ($endDate) | |
| getLocationTitle () | |
| setLocationTitle ($locationTitle) | |
| isActive () | |
| setActive ($active) | |
  Public Member Functions inherited from AbstractFunction | |
| getControlId () | |
| setControlId (string $controlId='') | |
| __construct (string $controlId='') | |
| writeXml (XMLWriter &$xml) | |
| getControlId () | |
| setControlId (string $controlId) | |
| writeXml (XMLWriter &$xml) | |
Additional Inherited Members | |
  Protected Attributes inherited from AbstractLocation | |
| $locationId | |
| $locationName | |
| $parentLocationId | |
| $managerEmployeeId | |
| $locationContactName | |
| $shipToContactName | |
| $startDate | |
| $endDate | |
| $locationTitle | |
| $active | |
  Protected Attributes inherited from AbstractFunction | |
| $controlId = '' | |
Create a new location record
| writeXml | ( | XMLWriter & | $xml | ) | 
Write the function block XML
| XMLWriter | $xml | 
| InvalidArgumentException | 
Reimplemented from AbstractFunction.