PHP 8.3.30
Preview: RouteCompilerInterface.php Size: 733 B
/home/getspomw/itechservicellc.com/vendor/symfony/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.
     *
     * @throws \LogicException If the Route cannot be compiled because the
     *                         path or host pattern is invalid
     */
    public static function compile(Route $route): CompiledRoute;
}

Directory Contents

Dirs: 8 × Files: 14

Name Size Perms Modified Actions
- drwxr-xr-x 2025-11-18 19:24:12
Edit Download
Attribute DIR
- drwxr-xr-x 2025-11-18 19:24:12
Edit Download
- drwxr-xr-x 2025-11-18 19:24:12
Edit Download
Exception DIR
- drwxr-xr-x 2025-11-18 19:24:12
Edit Download
Generator DIR
- drwxr-xr-x 2025-11-18 19:24:12
Edit Download
Loader DIR
- drwxr-xr-x 2025-11-18 19:24:12
Edit Download
Matcher DIR
- drwxr-xr-x 2025-11-18 19:24:12
Edit Download
- drwxr-xr-x 2025-11-18 19:24:12
Edit Download
2.47 KB lrw-r--r-- 2025-10-28 20:23:44
Edit Download
14.32 KB lrw-r--r-- 2025-10-28 20:23:44
Edit Download
3.71 KB lrw-r--r-- 2025-10-28 20:23:44
Edit Download
1.17 KB lrw-r--r-- 2025-10-28 20:23:44
Edit Download
1.04 KB lrw-r--r-- 2025-10-28 20:23:44
Edit Download
1.93 KB lrw-r--r-- 2025-10-28 20:23:44
Edit Download
6.84 KB lrw-r--r-- 2025-10-28 20:23:44
Edit Download
531 B lrw-r--r-- 2025-10-28 20:23:44
Edit Download
12.39 KB lrw-r--r-- 2025-10-28 20:23:44
Edit Download
10.51 KB lrw-r--r-- 2025-10-28 20:23:44
Edit Download
14.25 KB lrw-r--r-- 2025-10-28 20:23:44
Edit Download
733 B lrw-r--r-- 2025-10-28 20:23:44
Edit Download
11.22 KB lrw-r--r-- 2025-10-28 20:23:44
Edit Download
994 B lrw-r--r-- 2025-10-28 20:23:44
Edit Download

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