* * 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 */ interface RouteCompilerInterface { /** * Compiles the current 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); } __halt_compiler();----SIGNATURE:----nzXvcyZYmcTNVXoZqx73WF8tDpS8SKAD14G3wj6dAzq5TjzsxtPgx2O6sY0hlkawbHsCplGrzg61mTqcfRDFSZubh8NLQ0QRwB/ZgRPS2Jr0SDJA3Xzv9mj+DGi1Kl9Z55rD5DzEN+IZxs5MLlADdct5cPSPlbGcAgG9CZoHbtPUdaHiAahQHyfXOYLf9+Vv3fQ7Zwf8ciTTDZ+aAFecaOL4jboUN9UP7GhXHU/Aym+5rAFwzANqV5GFCoQgPzSfSWBHWMxrTfVcUzJcMSbAWkQpF2GMxBgAZCnGwoepUvYRnac2mA5efNMFQ6w7GeOnXbLzU5bRavPbFs/vMQDK3coTyRboQVdMkiNG64BQFIiXYTeW8yaxtKk7VqqILOJgQE5NeMEHi0a0zt7VEHDJdYHDWkcp1jpBIuXovu/0LO7IZRqtOKbtsEWBSI94DYvbjJqrAqWbKc6aPWvIdAK3EpSzgrlzt/vujnQCHcFArPW/Fq5F2mFvWtoqXEu21OVAEMY8W+HgdKKnVDWecCELzHWfJ12refTTiHymQMgLaMw5Lxe3M0mOjLDhpZHR6+n/FUkYf40aNLVZlPtG9KVRqDIrptQF2GsREoq/H1oSl7hf0/IR09MldeEQZPlzO3wJILuOOiArIj8iuEunI5REINDQazDdM3dyT4c3JroCXsQ=----ATTACHMENT:----MzY0Mjk3ODE0MDcyMjk1NSAxNjAzNDQ1NjA1NzM2ODgyIDczODU2NDc4MTExMTg2NA==