* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Routing\Matcher; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\Routing\Exception\NoConfigurationException; use Symfony\Component\Routing\Exception\ResourceNotFoundException; use Symfony\Component\Routing\Exception\MethodNotAllowedException; /** * RequestMatcherInterface is the interface that all request matcher classes must implement. * * @author Fabien Potencier */ interface RequestMatcherInterface { /** * Tries to match a request with a set of routes. * * If the matcher can not find information, it must throw one of the exceptions documented * below. * * @return array An array of parameters * * @throws NoConfigurationException If no routing configuration could be found * @throws ResourceNotFoundException If no matching resource could be found * @throws MethodNotAllowedException If a matching resource was found but the request method is not allowed */ public function matchRequest(Request $request); } __halt_compiler();----SIGNATURE:----jNwIiGJ/0RK73GIsDbNN+V6yPAtYp4tnp569QuT1jMYIMrfICTd8ZKUJ0Lgbc0y+uHXxxMqimbqEZgNwK27fCd19lxRxhyyk4ceieWeroWorskUO5N6n5sNekXPwmAj8HHtD2knvgpla9osnRMDBVIB1fQJb1jWJCdSzpKziX9dRuwD0JgGbf0QXz+YULfbOt3V/nRWjvv5td0rWlUJNn3rjQcOyEXf88lTeshDMXtK6JskrellBHW/Hu9r+SywEEqVfNiN0ELKitRr+7e6zpXDTegW1pRg5AgBowTqwZ/Yew2ToSj2YdckVPT8WurWjRVNzSPnJWHWUgFiIMOvI3mhcGB7yBVhXIJMfFtBp0WuSGh2bXS1fnT0yCRNVmx7rKKJDeBjMFlvd5ojBm5kgHi95Pf3QvpaMcEt/2GeXOTB6o1BTNeCnePmxk0ZnB6pLGdBKE6NWyjed2HRPoWnDcLbmKkW7FDwk2w2dROChQTw19V9Kd7xKiTNdjFRWwmuqNFBetKKsWnY3HkFebGWG2n3WEKHUl1nQOzEG1+GHiJt0q7i0yO2q4wdclfjr79pS6pD0P0QEasWqvy0ln5sVJ2Ezg3y1nX1H2rnRtcmLQfpObhtH/FJ5lpYBjqCg4jAnCVhc9WMokgwwfbnIw55eAN7sk99vqv4OXqZkz8LA/cM=----ATTACHMENT:----MTE5MTYyODMxNzczMDM2NyA3NjE5MjMzNTMzMTQ2ODQ4IDQwOTc5Njk4MDA3ODA0MDU=