class Inspect 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 inspect block XML

string
getObjectName()

No description

setObjectName(string $objectName)

No description

boolean
isShowDetail()

No description

setShowDetail(boolean $showDetail)

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 79
writeXml(XMLWriter $xml)

Write the inspect block XML

Parameters

XMLWriter $xml

at line line 35
string getObjectName()

Return Value

string

at line line 43
setObjectName(string $objectName)

Parameters

string $objectName

at line line 51
boolean isShowDetail()

Return Value

boolean

at line line 59
setShowDetail(boolean $showDetail)

Parameters

boolean $showDetail