namespace Symfony\Component\Routing\Matcher\Dumper
Object name | File name | Summary |
---|---|---|
CompiledUrlMatcherDumper | vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherDumper.php | CompiledUrlMatcherDumper creates PHP arrays to be used with CompiledUrlMatcher. |
CompiledUrlMatcherTrait | vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php | @author Nicolas Grekas <p@tchwork.com> |
MatcherDumper | vendor/symfony/routing/Matcher/Dumper/MatcherDumper.php | MatcherDumper is the abstract class for all built-in matcher dumpers. |
MatcherDumperInterface | vendor/symfony/routing/Matcher/Dumper/MatcherDumperInterface.php | MatcherDumperInterface is the interface that all matcher dumper classes must implement. |
StaticPrefixCollection | vendor/symfony/routing/Matcher/Dumper/StaticPrefixCollection.php | Prefix tree of routes preserving routes order. |