DumpNode
final class DumpNode (View source)
Methods
__construct(string $type, string $label, string|null $value = null, array $children = [], array $meta = [], bool $truncated = false, bool $circular = false)
type()
string
label()
string
value()
string|null
children()
array
meta()
array
bool
bool
bool
Details
__construct
__construct(string $type, string $label, string|null $value = null, array $children = [], array $meta = [], bool $truncated = false, bool $circular = false)
No description
type
string
type()
No description
label
string
label()
No description
value
string|null
value()
No description
children
array
children()
No description
meta
array
meta()
No description
isTruncated
bool
isTruncated()
No description
isCircular
bool
isCircular()
No description
hasChildren
bool
hasChildren()
No description