interface RecursiveVisitorInterface

internal  This interface is not covered by the backward compatibility promise
 

Methods

bool
visit(mixed $node, array $path)

No description

bool
cycle(mixed $node, array $path)

No description

Details

at line 23
bool visit(mixed $node, array $path)

No description

Parameters

mixed $node
array $path

Return Value

bool

at line 28
bool cycle(mixed $node, array $path)

No description

Parameters

mixed $node
array $path

Return Value

bool