AbstractAttachmentsFolder
class AbstractAttachmentsFolder extends AbstractFunction
Methods
__construct(string $controlId = null)
Initializes the class with the given parameters.
from AbstractFunction
string
getFolderName()
Get folder name
setFolderName(string $folderName)
Set folder name
string
getDescription()
Get description
setDescription(string $description)
Set description
string
getParentFolderName()
Get parent folder name
setParentFolderName(string $parentFolderName)
Set parent folder name
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 39
string
getFolderName()
Get folder name
at line line 49
setFolderName(string $folderName)
Set folder name
at line line 59
string
getDescription()
Get description
at line line 69
setDescription(string $description)
Set description
at line line 79
string
getParentFolderName()
Get parent folder name
at line line 89
setParentFolderName(string $parentFolderName)
Set parent folder name