bool hasOption(string $name) Checks if an option has been set.
string getHost() Returns the pattern for the host.
class Route implements Serializable
interface RouterInterface implements
setHost(string $pattern, array $defaults = array(), array $requirements = array()) Sets the host
RouteCollectionBuilder createBuilder()
class Router implements RouterInterface
$this addRoute(Route $route, string|null $name = null)
array match(string $pathinfo) Tries to match a URL path with a set of routes. If the matcher
RequestContext setBaseUrl(string $baseUrl)
Page 8 of 13