final class RecursiveUnwrapperVisitor implements RecursiveVisitorInterface, StaticTagInterface

internal  This interface is not covered by the backward compatibility promise
 

Methods

__construct(bool $tagging = true)

No description

static string
tag()

Returns random string generated once per process run.

array
result()

No description

bool
enter(ValuesInterface $node, array $stack)

No description

void
leave(ValuesInterface $node, array $stack, bool $iterating)

No description

void
visit(mixed $node, array $stack, bool $iterating)

No description

bool
cycle(ValuesInterface $node, array $stack)

No description

makeStackItem(ValuesInterface $node, mixed $key, array $stack)

No description

void
freeStackItem(RecursiveVisitorStackItemInterface $item, array $stack)

No description

Details

at line 33
__construct(bool $tagging = true)

No description

Parameters

bool $tagging

at line 44
static string tag()

Returns random string generated once per process run.

Return Value

string

at line 54
array result()

No description

Return Value

array

at line 62
bool enter(ValuesInterface $node, array $stack)

No description

Parameters

ValuesInterface $node
array $stack

Return Value

bool

at line 89
void leave(ValuesInterface $node, array $stack, bool $iterating)

No description

Parameters

ValuesInterface $node
array $stack
bool $iterating

Return Value

void

at line 107
void visit(mixed $node, array $stack, bool $iterating)

No description

Parameters

mixed $node
array $stack
bool $iterating

Return Value

void

at line 117
bool cycle(ValuesInterface $node, array $stack)

No description

Parameters

ValuesInterface $node
array $stack

Return Value

bool

Exceptions

CircularDependencyException

at line 128
RecursiveVisitorStackItemInterface makeStackItem(ValuesInterface $node, mixed $key, array $stack)

No description

Parameters

ValuesInterface $node
mixed $key
array $stack

Return Value

RecursiveVisitorStackItemInterface

at line 137
void freeStackItem(RecursiveVisitorStackItemInterface $item, array $stack)

No description

Parameters

RecursiveVisitorStackItemInterface $item
array $stack

Return Value

void