AbstractAttachments
class AbstractAttachments extends AbstractFunction
Methods
__construct(string $controlId = null)
Initializes the class with the given parameters.
from AbstractFunction
string
getAttachmentsId()
Get attachments ID
setAttachmentsId(string $attachmentsId)
Set attachments ID
string
getAttachmentsName()
Get attachments name
setAttachmentsName(string $attachmentsName)
Set attachments name
string
getAttachmentFolderName()
Get attachment folder name
setAttachmentFolderName(string $attachmentFolderName)
Set attachment folder name
string
getDescription()
Get description
setDescription(string $description)
Set description
getFiles()
Get files
setFiles(array $files)
Set files
Details
in AbstractFunction at line line 35
getControlId()
Get control ID
in AbstractFunction at line line 46
setControlId($controlId = null)
Set control ID
in AbstractFunction at line line 67
__construct(string $controlId = null)
Initializes the class with the given parameters.
in AbstractFunction at line line 72
abstract
writeXml(XMLWriter $xml)
Write the XML
at line line 45
string
getAttachmentsId()
Get attachments ID
at line line 55
setAttachmentsId(string $attachmentsId)
Set attachments ID
at line line 65
string
getAttachmentsName()
Get attachments name
at line line 75
setAttachmentsName(string $attachmentsName)
Set attachments name
at line line 85
string
getAttachmentFolderName()
Get attachment folder name
at line line 95
setAttachmentFolderName(string $attachmentFolderName)
Set attachment folder name
at line line 105
string
getDescription()
Get description
at line line 115
setDescription(string $description)
Set description
at line line 125
AttachmentInterface[]
getFiles()
Get files
at line line 135
setFiles(array $files)
Set files