RecursiveUnwrapperVisitor
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
Details
at line 33
__construct(bool $tagging = true)
No description
at line 44
static string
tag()
Returns random string generated once per process run.
at line 54
array
result()
No description
at line 62
bool
enter(ValuesInterface $node, array $stack)
No description
at line 89
void
leave(ValuesInterface $node, array $stack, bool $iterating)
No description
at line 107
void
visit(mixed $node, array $stack, bool $iterating)
No description
at line 117
bool
cycle(ValuesInterface $node, array $stack)
No description
at line 128
RecursiveVisitorStackItemInterface
makeStackItem(ValuesInterface $node, mixed $key, array $stack)
No description
at line 137
void
freeStackItem(RecursiveVisitorStackItemInterface $item, array $stack)
No description