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

Public Member Functions

 writeXml (XMLWriter &$xml)
 
- Public Member Functions inherited from AbstractAttachmentsFolder
 getFolderName ()
 
 setFolderName ($folderName)
 
 getDescription ()
 
 setDescription ($description)
 
 getParentFolderName ()
 
 setParentFolderName ($parentFolderName)
 
- 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 AbstractAttachmentsFolder
 $folderName
 
 $description
 
 $parentFolderName
 
- Protected Attributes inherited from AbstractFunction
 $controlId = ''
 

Detailed Description

Delete an existing attachments folder record

Member Function Documentation

◆ writeXml()

writeXml ( XMLWriter $xml)

Write the function block XML

Parameters
XMLWriter$xml
Exceptions
InvalidArgumentException

Reimplemented from AbstractFunction.