An object representing one Debug item of a Debug_VisibleBlock.
Methods
__construct()
__construct()
deprecated |
Class was renamed to cDebugVisibleAdvItem |
Get name/description of item
getDescription() : string
Inherited
inherited_from |
\cDebugVisibleAdvItem::getDescription() |
Returns
string
Get value of item
getValue() : mixed
Inherited
inherited_from |
\cDebugVisibleAdvItem::getValue() |
Returns
mixed
Set name/description of item
setDescription($sDescription) : void
Inherited
inherited_from |
\cDebugVisibleAdvItem::setDescription() |
Parameters
$sDescription
Set value of item
setValue($mValue) : void
Inherited
inherited_from |
\cDebugVisibleAdvItem::setValue() |
Parameters
$mValue
Properties
$_mValue
Inherited
inherited_from |
\cDebugVisibleAdvItem::$$_mValue |
$_sDescription
Inherited
inherited_from |
\cDebugVisibleAdvItem::$$_sDescription |