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

No description

Parameters

ValuesInterface $node
array $stack

Return Value

bool

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

No description

Parameters

ValuesInterface $node
array $stack
bool $iterating

Return Value

void

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

No description

Parameters

mixed $node
array $stack
bool $iterating

Return Value

void

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

No description

Parameters

ValuesInterface $node
array $stack

Return Value

bool

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

No description

Parameters

ValuesInterface $node
mixed $key
array $stack

Return Value

RecursiveVisitorStackItemInterface

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

No description

Parameters

RecursiveVisitorStackItemInterface $item
array $stack

Return Value

void