class AbstractAttachmentsFolder extends AbstractFunction

Methods

getControlId()

Get control ID

setControlId($controlId = null)

Set control ID

__construct(string $controlId = null)

Initializes the class with the given parameters.

writeXml(XMLWriter $xml)

Write the XML

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

Parameters

$controlId

Exceptions

InvalidArgumentException

in AbstractFunction at line line 67
__construct(string $controlId = null)

Initializes the class with the given parameters.

Parameters

string $controlId Control ID, default=random UUID

in AbstractFunction at line line 72
abstract writeXml(XMLWriter $xml)

Write the XML

Parameters

XMLWriter $xml

at line line 39
string getFolderName()

Get folder name

Return Value

string

at line line 49
setFolderName(string $folderName)

Set folder name

Parameters

string $folderName

at line line 59
string getDescription()

Get description

Return Value

string

at line line 69
setDescription(string $description)

Set description

Parameters

string $description

at line line 79
string getParentFolderName()

Get parent folder name

Return Value

string

at line line 89
setParentFolderName(string $parentFolderName)

Set parent folder name

Parameters

string $parentFolderName