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

Public Member Functions

 getObjectName ()
 
 setObjectName (string $objectName)
 
 isShowDetail ()
 
 setShowDetail (bool $showDetail)
 
 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 = ''
 

Member Function Documentation

◆ getObjectName()

getObjectName ( )
Returns
string

◆ isShowDetail()

isShowDetail ( )
Returns
bool

◆ setObjectName()

setObjectName ( string  $objectName)
Parameters
string$objectName

◆ setShowDetail()

setShowDetail ( bool  $showDetail)
Parameters
bool$showDetail

◆ writeXml()

writeXml ( XMLWriter $xml)

Write the inspect block XML

Parameters
XMLWriter$xml

Reimplemented from AbstractFunction.