GeneratorDumperInterface
                
            in
            
        
    
        
            GeneratorDumperInterface is the interface that all generator dumper classes must implement.
Tags
Table of Contents
- dump() : string
 - Dumps a set of routes to a string representation of executable code that can then be used to generate a URL of such a route.
 - getRoutes() : RouteCollection
 - Gets the routes to dump.
 
Methods
dump()
Dumps a set of routes to a string representation of executable code that can then be used to generate a URL of such a route.
    public
                    dump([array<string|int, mixed> $options = [] ]) : string
    
        Parameters
- $options : array<string|int, mixed> = []
 
Return values
string —Executable code
getRoutes()
Gets the routes to dump.
    public
                    getRoutes() : RouteCollection
    
    
    
        Return values
RouteCollection —A RouteCollection instance