Sage Intacct SDK for PHP
LocationCreate Class Reference
Inheritance diagram for LocationCreate:
AbstractLocation AbstractFunction FunctionInterface

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 = ''
 

Detailed Description

Create a new location record

Member Function Documentation

◆ writeXml()

writeXml ( XMLWriter $xml)

Write the function block XML

Parameters
XMLWriter$xml
Exceptions
InvalidArgumentException

Reimplemented from AbstractFunction.