interface RecursiveVisitorInterface

internal  This interface is not covered by the backward compatibility promise
 

Methods

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 27
bool enter(ValuesInterface $node, array $stack)

No description

Parameters

ValuesInterface $node
array $stack

Return Value

bool

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

No description

Parameters

ValuesInterface $node
array $stack
bool $iterating

Return Value

void

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

No description

Parameters

mixed $node
array $stack
bool $iterating

Return Value

void

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

No description

Parameters

ValuesInterface $node
array $stack

Return Value

bool

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

No description

Parameters

ValuesInterface $node
mixed $key
array $stack

Return Value

RecursiveVisitorStackItemInterface

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

No description

Parameters

RecursiveVisitorStackItemInterface $item
array $stack

Return Value

void