Sage Intacct SDK for PHP
StatisticalJournalEntryCreate Class Reference
Inheritance diagram for StatisticalJournalEntryCreate:
AbstractStatisticalJournalEntry AbstractGlBatch AbstractFunction FunctionInterface

Public Member Functions

 writeXml (XMLWriter &$xml)
 
- Public Member Functions inherited from AbstractGlBatch
 getRecordNo ()
 
 setRecordNo ($recordNo)
 
 getJournalSymbol ()
 
 setJournalSymbol ($journalSymbol)
 
 getPostingDate ()
 
 setPostingDate ($postingDate)
 
 getReverseDate ()
 
 setReverseDate ($reverseDate)
 
 getDescription ()
 
 setDescription ($description)
 
 getHistoryComment ()
 
 setHistoryComment ($historyComment)
 
 getReferenceNumber ()
 
 setReferenceNumber ($referenceNumber)
 
 getAttachmentsId ()
 
 setAttachmentsId ($attachmentsId)
 
 getAction ()
 
 setAction ($action)
 
 getLines ()
 
 setLines ($lines)
 
- 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 AbstractGlBatch
 $recordNo
 
 $journalSymbol
 
 $postingDate
 
 $reverseDate
 
 $description
 
 $historyComment
 
 $referenceNumber
 
 $attachmentsId
 
 $action
 
 $lines = []
 
- Protected Attributes inherited from AbstractFunction
 $controlId = ''
 

Detailed Description

Create a new statistical journal entry record

Member Function Documentation

◆ writeXml()

writeXml ( XMLWriter $xml)

Write the function block XML

Parameters
XMLWriter$xml
Exceptions
InvalidArgumentException

Reimplemented from AbstractFunction.