DebugInfo
class DebugInfo extends Message
Properties
string[] | $stack_entries | ||
string | $detail |
Methods
static
descriptor()
No description
boolean
hasStackEntries()
Check if
clearStackEntries()
Clear
string
getStackEntries(int $idx = NULL)
Get
setStackEntries($value, $idx = NULL)
Set
string[]
getStackEntriesList()
Get all elements of
addStackEntries(string $value)
Add a new element to
boolean
hasDetail()
Check if
clearDetail()
Clear
string
getDetail()
Get
Details
at line line 90
static
descriptor()
at line line 122
boolean
hasStackEntries()
Check if
at line line 131
DebugInfo
clearStackEntries()
Clear
at line line 141
string
getStackEntries(int $idx = NULL)
Get
at line line 151
DebugInfo
setStackEntries($value, $idx = NULL)
Set
at line line 160
string[]
getStackEntriesList()
Get all elements of
at line line 170
DebugInfo
addStackEntries(string $value)
Add a new element to
at line line 179
boolean
hasDetail()
Check if
at line line 188
DebugInfo
clearDetail()
Clear
at line line 197
string
getDetail()
Get
at line line 207
DebugInfo
setDetail(string $value)
Set