IncludeTreeTraverserInterface
Interface implemented by include tree traversers.
Visitors can be attached and are called for each traversed node.
Tags
Table of Contents
Methods
- traverse() : void
Methods
traverse()
public
traverse(RootInclude $rootInclude, array<string|int, IncludeTreeVisitorInterface> $visitors) : void
Parameters
- $rootInclude : RootInclude
- $visitors : array<string|int, IncludeTreeVisitorInterface>