class Delete extends AbstractFunction

Constants

MAX_KEY_COUNT

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 delete block XML

string
getObjectName()

No description

setObjectName(string $objectName)

No description

string
getKeys()

No description

setKeys(array $keys)

No description

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

at line line 94
writeXml(XMLWriter $xml)

Write the delete block XML

Parameters

XMLWriter $xml

at line line 40
string getObjectName()

Return Value

string

at line line 49
setObjectName(string $objectName)

Parameters

string $objectName

Exceptions

InvalidArgumentException

at line line 63
string getKeys()

Return Value

string

at line line 74
setKeys(array $keys)

Parameters

array $keys

Exceptions

InvalidArgumentException