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

Public Member Functions

 getObjectName ()
 
 setObjectName ($objectName)
 
 getObjectKey ()
 
 setObjectKey ($objectKey)
 
 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

Read an audit trail

Member Function Documentation

◆ getObjectKey()

getObjectKey ( )

Get object key

Returns
string

◆ getObjectName()

getObjectName ( )

Get object name

Returns
string

◆ setObjectKey()

setObjectKey (   $objectKey)

Set object key

Parameters
string$objectKey

◆ setObjectName()

setObjectName (   $objectName)

Set object name

Parameters
string$objectName

◆ writeXml()

writeXml ( XMLWriter $xml)

Write the function block XML

Parameters
XMLWriter$xml

Reimplemented from AbstractFunction.