abstract class VersatileRouter in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony-cmf/routing/Tests/Routing/ChainRouterTest.php \Symfony\Cmf\Component\Routing\Tests\Routing\VersatileRouter
Hierarchy
- class \Symfony\Cmf\Component\Routing\Tests\Routing\VersatileRouter implements VersatileGeneratorInterface, RequestMatcherInterface
Expanded class hierarchy of VersatileRouter
File
- vendor/
symfony-cmf/ routing/ Tests/ Routing/ ChainRouterTest.php, line 728
Namespace
Symfony\Cmf\Component\Routing\Tests\RoutingView source
abstract class VersatileRouter implements VersatileGeneratorInterface, RequestMatcherInterface {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
RequestContextAwareInterface:: |
public | function | Gets the request context. | 9 |
RequestContextAwareInterface:: |
public | function | Sets the request context. | 9 |
RequestMatcherInterface:: |
public | function | Tries to match a request with a set of routes. | 7 |
UrlGeneratorInterface:: |
constant | Generates an absolute path, e.g. "/dir/file". | ||
UrlGeneratorInterface:: |
constant | Generates an absolute URL, e.g. "http://example.com/dir/file". | ||
UrlGeneratorInterface:: |
public | function | Generates a URL or path for a specific route based on the given parameters. | 8 |
UrlGeneratorInterface:: |
constant | Generates a network path, e.g. "//example.com/dir/file". Such reference reuses the current scheme but specifies the host. | ||
UrlGeneratorInterface:: |
constant | Generates a relative path based on the current request path, e.g. "../parent-file". | ||
VersatileGeneratorInterface:: |
public | function | Convert a route identifier (name, content object etc) into a string usable for logging and other debug/error messages | 5 |
VersatileGeneratorInterface:: |
public | function | Whether this generator supports the supplied $name. | 5 |