PHP 8.2.30
Preview: RouterInterface.php Size: 901 B
//opt/cloudlinux/alt-php55/root/usr/share/pear/Symfony/Component/Routing/RouterInterface.php

<?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;

use Symfony\Component\Routing\Generator\UrlGeneratorInterface;
use Symfony\Component\Routing\Matcher\UrlMatcherInterface;

/**
 * RouterInterface is the interface that all Router classes must implement.
 *
 * This interface is the concatenation of UrlMatcherInterface and UrlGeneratorInterface.
 *
 * @author Fabien Potencier <fabien@symfony.com>
 */
interface RouterInterface extends UrlMatcherInterface, UrlGeneratorInterface
{
    /**
     * Gets the RouteCollection instance associated with this Router.
     *
     * @return RouteCollection A RouteCollection instance
     */
    public function getRouteCollection();
}

Directory Contents

Dirs: 5 × Files: 10

Name Size Perms Modified Actions
- drwxr-xr-x 2024-03-03 22:54:39
Edit Download
Exception DIR
- drwxr-xr-x 2024-03-03 22:54:39
Edit Download
Generator DIR
- drwxr-xr-x 2024-03-03 22:54:39
Edit Download
Loader DIR
- drwxr-xr-x 2024-03-03 22:54:39
Edit Download
Matcher DIR
- drwxr-xr-x 2024-03-03 22:54:39
Edit Download
337 B lrw-r--r-- 2019-12-18 11:24:07
Edit Download
3.18 KB lrw-r--r-- 2019-12-18 11:24:07
Edit Download
6.52 KB lrw-r--r-- 2019-12-18 11:24:07
Edit Download
669 B lrw-r--r-- 2019-12-18 11:24:07
Edit Download
15.27 KB lrw-r--r-- 2019-12-18 11:24:07
Edit Download
7.17 KB lrw-r--r-- 2019-12-18 11:24:07
Edit Download
9.97 KB lrw-r--r-- 2019-12-18 11:24:07
Edit Download
830 B lrw-r--r-- 2019-12-18 11:24:07
Edit Download
9.50 KB lrw-r--r-- 2019-12-18 11:24:07
Edit Download
901 B lrw-r--r-- 2019-12-18 11:24:07
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).