Sage Intacct SDK for PHP
|
Public Member Functions | |
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) | |
Protected Attributes | |
$attachmentsId | |
$attachmentsName | |
$attachmentFolderName | |
$description | |
$files = [] | |
Protected Attributes inherited from AbstractFunction | |
$controlId = '' | |
getAttachmentFolderName | ( | ) |
Get attachment folder name
getAttachmentsId | ( | ) |
Get attachments ID
getAttachmentsName | ( | ) |
Get attachments name
getDescription | ( | ) |
Get description
getFiles | ( | ) |
Get files
setAttachmentFolderName | ( | $attachmentFolderName | ) |
Set attachment folder name
string | $attachmentFolderName |
setAttachmentsId | ( | $attachmentsId | ) |
Set attachments ID
string | $attachmentsId |
setAttachmentsName | ( | $attachmentsName | ) |
Set attachments name
string | $attachmentsName |
setDescription | ( | $description | ) |
Set description
string | $description |
setFiles | ( | array | $files | ) |
Set files
AttachmentInterface[] | $files |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |