PHP 8.2.30
Preview: RouteCompilerInterface.php Size: 830 B
/proc/thread-self/root/proc/thread-self/root/opt/alt/php54/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);
}

Directory Contents

Dirs: 5 × Files: 10

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

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