You are here

abstract class RequestMatcher in Zircon Profile 8

Same name in this branch
  1. 8 vendor/symfony/http-foundation/RequestMatcher.php \Symfony\Component\HttpFoundation\RequestMatcher
  2. 8 vendor/symfony-cmf/routing/Tests/Routing/ChainRouterTest.php \Symfony\Cmf\Component\Routing\Tests\Routing\RequestMatcher
Same name and namespace in other branches
  1. 8.0 vendor/symfony-cmf/routing/Tests/Routing/ChainRouterTest.php \Symfony\Cmf\Component\Routing\Tests\Routing\RequestMatcher

Hierarchy

Expanded class hierarchy of RequestMatcher

File

vendor/symfony-cmf/routing/Tests/Routing/ChainRouterTest.php, line 724

Namespace

Symfony\Cmf\Component\Routing\Tests\Routing
View source
abstract class RequestMatcher implements RouterInterface, RequestMatcherInterface {

}

Members

Namesort descending Modifiers Type Description Overrides
RequestContextAwareInterface::getContext public function Gets the request context. 9
RequestContextAwareInterface::setContext public function Sets the request context. 9
RequestMatcherInterface::matchRequest public function Tries to match a request with a set of routes. 7
RouterInterface::getRouteCollection public function Gets the RouteCollection instance associated with this Router. 4
UrlGeneratorInterface::ABSOLUTE_PATH constant Generates an absolute path, e.g. "/dir/file".
UrlGeneratorInterface::ABSOLUTE_URL constant Generates an absolute URL, e.g. "http://example.com/dir/file".
UrlGeneratorInterface::generate public function Generates a URL or path for a specific route based on the given parameters. 8
UrlGeneratorInterface::NETWORK_PATH constant Generates a network path, e.g. "//example.com/dir/file". Such reference reuses the current scheme but specifies the host.
UrlGeneratorInterface::RELATIVE_PATH constant Generates a relative path based on the current request path, e.g. "../parent-file".
UrlMatcherInterface::match public function Tries to match a URL path with a set of routes. 5