class RedirectableUrlMatcher in Zircon Profile 8
Same name in this branch
- 8 vendor/symfony/routing/Matcher/RedirectableUrlMatcher.php \Symfony\Component\Routing\Matcher\RedirectableUrlMatcher
- 8 vendor/symfony/routing/Tests/Fixtures/RedirectableUrlMatcher.php \Symfony\Component\Routing\Tests\Fixtures\RedirectableUrlMatcher
Same name and namespace in other branches
- 8.0 vendor/symfony/routing/Tests/Fixtures/RedirectableUrlMatcher.php \Symfony\Component\Routing\Tests\Fixtures\RedirectableUrlMatcher
@author Fabien Potencier <fabien@symfony.com>
Hierarchy
- class \Symfony\Component\Routing\Matcher\UrlMatcher implements RequestMatcherInterface, UrlMatcherInterface
- class \Symfony\Component\Routing\Tests\Fixtures\RedirectableUrlMatcher implements RedirectableUrlMatcherInterface
Expanded class hierarchy of RedirectableUrlMatcher
File
- vendor/
symfony/ routing/ Tests/ Fixtures/ RedirectableUrlMatcher.php, line 20
Namespace
Symfony\Component\Routing\Tests\FixturesView source
class RedirectableUrlMatcher extends UrlMatcher implements RedirectableUrlMatcherInterface {
public function redirect($path, $route, $scheme = null) {
return array(
'_controller' => 'Some controller reference...',
'path' => $path,
'scheme' => $scheme,
);
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
RedirectableUrlMatcher:: |
public | function |
Redirects the user to another URL. Overrides RedirectableUrlMatcherInterface:: |
|
UrlMatcher:: |
protected | property | ||
UrlMatcher:: |
protected | property | ||
UrlMatcher:: |
protected | property | ||
UrlMatcher:: |
protected | property | ||
UrlMatcher:: |
protected | property | ||
UrlMatcher:: |
protected | property | ||
UrlMatcher:: |
public | function | ||
UrlMatcher:: |
protected | function | Returns an array of values to use as request attributes. | 1 |
UrlMatcher:: |
public | function |
Gets the request context. Overrides RequestContextAwareInterface:: |
|
UrlMatcher:: |
protected | function | ||
UrlMatcher:: |
protected | function | Handles specific route requirements. | 1 |
UrlMatcher:: |
public | function |
Tries to match a URL path with a set of routes. Overrides UrlMatcherInterface:: |
5 |
UrlMatcher:: |
protected | function | Tries to match a URL with a set of routes. | 1 |
UrlMatcher:: |
public | function |
Tries to match a request with a set of routes. Overrides RequestMatcherInterface:: |
|
UrlMatcher:: |
protected | function | Get merged default parameters. | |
UrlMatcher:: |
constant | |||
UrlMatcher:: |
constant | |||
UrlMatcher:: |
constant | |||
UrlMatcher:: |
public | function |
Sets the request context. Overrides RequestContextAwareInterface:: |
|
UrlMatcher:: |
public | function | Constructor. | 4 |