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 34
__construct(bool $tagging = true)

No description

Parameters

bool $tagging

at line 45
static string tag()

Returns random string generated once per process run.

Return Value

string

at line 55
array result()

No description

Return Value

array

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

No description

Parameters

ValuesInterface $node
array $stack

Return Value

bool

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

No description

Parameters

ValuesInterface $node
array $stack
bool $iterating

Return Value

void

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

No description

Parameters

mixed $node
array $stack
bool $iterating

Return Value

void

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

No description

Parameters

ValuesInterface $node
array $stack

Return Value

bool

Exceptions

CircularDependencyException

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

No description

Parameters

ValuesInterface $node
mixed $key
array $stack

Return Value

RecursiveVisitorStackItemInterface

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

No description

Parameters

RecursiveVisitorStackItemInterface $item
array $stack

Return Value

void