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

Public Member Functions

 writeXml (XMLWriter &$xml)
 
- Public Member Functions inherited from AbstractAttachments
 getAttachmentsId ()
 
 setAttachmentsId ($attachmentsId)
 
 getAttachmentsName ()
 
 setAttachmentsName ($attachmentsName)
 
 getAttachmentFolderName ()
 
 setAttachmentFolderName ($attachmentFolderName)
 
 getDescription ()
 
 setDescription ($description)
 
 getFiles ()
 
 setFiles (array $files)
 
- 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 AbstractAttachments
 $attachmentsId
 
 $attachmentsName
 
 $attachmentFolderName
 
 $description
 
 $files = []
 
- Protected Attributes inherited from AbstractFunction
 $controlId = ''
 

Detailed Description

Create a new attachments record

Member Function Documentation

◆ writeXml()

writeXml ( XMLWriter $xml)

Write the function block XML

Parameters
XMLWriter$xml
Exceptions
InvalidArgumentException

Reimplemented from AbstractFunction.