Routes
Interfaces, Classes and Traits
- Exception
- Exception class for the Horde\Routes package. All exceptions thrown
from the package will be of this type.
- Mapper
- The mapper class handles URL generation and recognition for web applications
- Matcher
- Generates the match dictionary for the incoming request.
- Printer
- Pretty-print a listing of routes connected to a mapper.
- Route
- The Route object holds a route recognition and generation routine.
- Utils
- Utility functions for use in templates and controllers