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

Public Member Functions

 getObjectname ()
 
 setObjectname (string $objectname)
 
 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)
 

Protected Attributes

 $objectname
 
- Protected Attributes inherited from AbstractFunction
 $controlId = ''
 

Member Function Documentation

◆ getObjectname()

getObjectname ( )
Returns
string

◆ setObjectname()

setObjectname ( string  $objectname)
Parameters
string$objectname

◆ writeXml()

writeXml ( XMLWriter $xml)

Write the XML

Parameters
XMLWriter$xml

Reimplemented from AbstractFunction.

Field Documentation

◆ $objectname

$objectname
protected