This repository has been archived by the owner on Apr 24, 2018. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sometimes you need multiple visitors. $visitor = new VisitorMany( array( new VisitorX(), new VisitorY(), ) ); $traverser = new Traverser($visitor);
- Loading branch information