Copied!
CloneableFinalInstantiable
Methods
public __construct(League\CommonMark\Node\Node $root)
public next() : ?League\CommonMark\Node\NodeWalkerEvent
 

Returns an event which contains node and entering flag (entering is true when we enter a Node from a parent or sibling, and false when we reenter it from child)

public resumeAt(League\CommonMark\Node\Node $node, bool $entering = true) : void
 

Resets the iterator to resume at the specified node

Properties
private ?League\CommonMark\Node\Node $current = NULL
 
  • psalm-readonly-allow-private-mutation
private bool $entering
 
  • psalm-readonly-allow-private-mutation
private League\CommonMark\Node\Node $root
 
  • psalm-readonly
© 2025 Bruce Wells
Search Namespaces \ Classes
Configuration