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)
string
type()
string
string
label()
string
string|null
value()
string|null
array
array
array
meta()
array
bool
bool
bool
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

Parameters

string $type
string $label
string|null $value
array $children
array $meta
bool $truncated
bool $circular

type

string type()

No description

Return Value

string

label

string label()

No description

Return Value

string

value

string|null value()

No description

Return Value

string|null

children

array children()

No description

Return Value

array

meta

array meta()

No description

Return Value

array

isTruncated

bool isTruncated()

No description

Return Value

bool

isCircular

bool isCircular()

No description

Return Value

bool

hasChildren

bool hasChildren()

No description

Return Value

bool