class RedirectableUrlMatcher extends RedirectableUrlMatcher
Methods
| array |
match(string $pathinfo)
Tries to match a URL with a set of routes. |
from RedirectableUrlMatcher |
| array |
redirect(string $path, string $route, string $scheme = null)
Redirects the user to another URL. |
Details
in RedirectableUrlMatcher at line 30
public array
match(string $pathinfo)
Tries to match a URL with a set of routes.
at line 30
public array
redirect(string $path, string $route, string $scheme = null)
Redirects the user to another URL.