interface RecursiveVisitorInterface

internal  This interface is not covered by the backward compatibility promise
 

Methods

bool
enter(array|ValuesInterface $node, array $stack)

No description

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

No description

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

No description

bool
cycle(array|ValuesInterface $node, array $stack)

No description

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

No description

void
freeStackItem(RecursiveVisitorStackItemInterface $item, array $stack)

No description

Details

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

No description

Parameters

array|ValuesInterface $node
array $stack

Return Value

bool

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

No description

Parameters

array|ValuesInterface $node
array $stack
bool $iterating

Return Value

void

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

No description

Parameters

mixed $node
array $stack
bool $iterating

Return Value

void

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

No description

Parameters

array|ValuesInterface $node
array $stack

Return Value

bool

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

No description

Parameters

array|ValuesInterface $node
mixed $key
array $stack

Return Value

RecursiveVisitorStackItemInterface

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

No description

Parameters

RecursiveVisitorStackItemInterface $item
array $stack

Return Value

void