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

Public Member Functions

 getApplication ()
 
 setApplication (string $application)
 
 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

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

Member Function Documentation

◆ getApplication()

getApplication ( )
Returns
string

◆ setApplication()

setApplication ( string  $application)
Parameters
string$application

◆ writeXml()

writeXml ( XMLWriter $xml)

Write the XML

Parameters
XMLWriter$xml

Reimplemented from AbstractFunction.

Field Documentation

◆ $application

$application
protected