MatcherDumper
    
            
            in package
            
        
    
            
            implements
                            MatcherDumperInterface                    
    
    
        
            MatcherDumper is the abstract class for all built-in matcher dumpers.
Tags
Interfaces, Classes and Traits
- MatcherDumperInterface
 - MatcherDumperInterface is the interface that all matcher dumper classes must implement.
 
Table of Contents
- $routes : mixed
 - __construct() : mixed
 - getRoutes() : RouteCollection
 - Gets the routes to dump.
 
Properties
$routes
    private
        mixed
    $routes
    
        
        
    
Methods
__construct()
    public
                __construct(RouteCollection $routes) : mixed
        
        Parameters
- $routes : RouteCollection
 
Return values
mixed —getRoutes()
Gets the routes to dump.
    public
                getRoutes() : RouteCollection