SILENT KILLERPanel

Current Path: > > opt > cloudlinux > > alt-php54 > root > usr > share > pear > > Symfony > Component > Routing


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: //opt/cloudlinux//alt-php54/root/usr/share/pear//Symfony/Component/Routing

NameTypeSizeLast ModifiedActions
Annotation Directory - -
Exception Directory - -
Generator Directory - -
Loader Directory - -
Matcher Directory - -
CompiledRoute.php File 3257 bytes December 18 2019 11:22:57.
RequestContext.php File 6674 bytes December 18 2019 11:22:57.
RequestContextAwareInterface.php File 669 bytes December 18 2019 11:22:57.
Route.php File 15632 bytes December 18 2019 11:22:57.
RouteCollection.php File 7338 bytes December 18 2019 11:22:57.
RouteCompiler.php File 10205 bytes December 18 2019 11:22:57.
RouteCompilerInterface.php File 830 bytes December 18 2019 11:22:57.
Router.php File 9723 bytes December 18 2019 11:22:57.
RouterInterface.php File 901 bytes December 18 2019 11:22:57.
autoloader.php File 337 bytes December 18 2019 11:22:57.

Reading File: //opt/cloudlinux//alt-php54/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();
}

SILENT KILLER Tool