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

Public Member Functions

 getEntityId ()
 
 setEntityId (string $entityId)
 
 writeXml (XMLWriter &$xml)
 
- 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 AbstractFunction
 $controlId = ''
 

Detailed Description

Create a new Sage Intacct API session

Member Function Documentation

◆ getEntityId()

getEntityId ( )
Returns
string

◆ setEntityId()

setEntityId ( string  $entityId)
Parameters
string$entityId

◆ writeXml()

writeXml ( XMLWriter $xml)

Write the function block XML

Parameters
XMLWriter$xml

Reimplemented from AbstractFunction.