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/RouteCompilerInterface.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;

/**
 * RouteCompilerInterface is the interface that all RouteCompiler classes must implement.
 *
 * @author Fabien Potencier <fabien@symfony.com>
 */
interface RouteCompilerInterface
{
    /**
     * Compiles the current route instance.
     *
     * @param Route $route A Route instance
     *
     * @return CompiledRoute A CompiledRoute instance
     *
     * @throws \LogicException If the Route cannot be compiled because the
     *                         path or host pattern is invalid
     */
    public static function compile(Route $route);
}

SILENT KILLER Tool