lib/ezutils/classes/ezdebugsetting.php
\eZDebugSetting
Package:
Methods


addTimingPoint(
$conditionName, $label
=
""
)
:
void
static
Parameters
Name | Type | Description |
---|---|---|
$conditionName | ||
$label |


changeLabel(
string $conditionName, string $label
=
''
)
:
string
static
Creates a new debug label from the original and the condition and returns it.
Parameters
Returns
Name | Type | Description |
---|---|---|
$conditionName | string | |
$label | string | Optional |
Type | Description |
---|---|
string | $label . '<' . $conditionName . '>' |


isConditionTrue(
$conditionName, $messageType
)
:
void
static
Parameters
Name | Type | Description |
---|---|---|
$conditionName | ||
$messageType |


writeDebug(
$conditionName, $string, $label
=
""
)
:
void
static
Parameters
Name | Type | Description |
---|---|---|
$conditionName | ||
$string | ||
$label |


writeError(
$conditionName, $string, $label
=
""
)
:
void
static
Parameters
Name | Type | Description |
---|---|---|
$conditionName | ||
$string | ||
$label |


writeNotice(
$conditionName, $string, $label
=
""
)
:
void
static
Parameters
Name | Type | Description |
---|---|---|
$conditionName | ||
$string | ||
$label |