interface RecursiveVisitorInterface

internal  This interface is not covered by the backward compatibility promise
 

Methods

bool
enter(ValuesInterface $node, array $path)

No description

void
leave(ValuesInterface $node, array $path, bool $iterating)

No description

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

No description

bool
cycle(ValuesInterface $node, array $path)

No description

Details

at line 23
bool enter(ValuesInterface $node, array $path)

No description

Parameters

ValuesInterface $node
array $path

Return Value

bool

at line 28
void leave(ValuesInterface $node, array $path, bool $iterating)

No description

Parameters

ValuesInterface $node
array $path
bool $iterating

Return Value

void

at line 33
void visit(mixed $node, array $path, bool $iterating)

No description

Parameters

mixed $node
array $path
bool $iterating

Return Value

void

at line 38
bool cycle(ValuesInterface $node, array $path)

No description

Parameters

ValuesInterface $node
array $path

Return Value

bool