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

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 = ''
 

Member Function Documentation

◆ getAttachmentFolderName()

getAttachmentFolderName ( )

Get attachment folder name

Returns
string

◆ getAttachmentsId()

getAttachmentsId ( )

Get attachments ID

Returns
string

◆ getAttachmentsName()

getAttachmentsName ( )

Get attachments name

Returns
string

◆ getDescription()

getDescription ( )

Get description

Returns
string

◆ getFiles()

getFiles ( )

Get files

Returns
AttachmentInterface[]

◆ setAttachmentFolderName()

setAttachmentFolderName (   $attachmentFolderName)

Set attachment folder name

Parameters
string$attachmentFolderName

◆ setAttachmentsId()

setAttachmentsId (   $attachmentsId)

Set attachments ID

Parameters
string$attachmentsId

◆ setAttachmentsName()

setAttachmentsName (   $attachmentsName)

Set attachments name

Parameters
string$attachmentsName

◆ setDescription()

setDescription (   $description)

Set description

Parameters
string$description

◆ setFiles()

setFiles ( array  $files)

Set files

Parameters
AttachmentInterface[]$files

Field Documentation

◆ $attachmentFolderName

$attachmentFolderName
protected

◆ $attachmentsId

$attachmentsId
protected

◆ $attachmentsName

$attachmentsName
protected

◆ $description

$description
protected

◆ $files

$files = []
protected