UrlMatcherInterface
interface UrlMatcherInterface implements RequestContextAwareInterface
UrlMatcherInterface is the interface that all URL matcher classes must implement.
Methods
array
match(string $pathinfo)
Tries to match a URL path with a set of routes.