* * 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\Routing\Exception\NoConfigurationException; use Symfony\Component\Routing\RequestContextAwareInterface; use Symfony\Component\Routing\Exception\ResourceNotFoundException; use Symfony\Component\Routing\Exception\MethodNotAllowedException; /** * UrlMatcherInterface is the interface that all URL matcher classes must implement. * * @author Fabien Potencier */ interface UrlMatcherInterface extends RequestContextAwareInterface { /** * Tries to match a URL path with a set of routes. * * If the matcher can not find information, it must throw one of the exceptions documented * below. * * @param string $pathinfo The path info to be parsed (raw format, i.e. not urldecoded) * * @return array An array of parameters * * @throws NoConfigurationException If no routing configuration could be found * @throws ResourceNotFoundException If the resource could not be found * @throws MethodNotAllowedException If the resource was found but the request method is not allowed */ public function match($pathinfo); } __halt_compiler();----SIGNATURE:----VGZyKrzuYStg2MX3JhT/3NIFFYvzBuwnqv/CJFkjknlIbSQqyukl82k6Drgo+lLNWhnky3DvpwkN4v5ulgvA2OizynFqGM3D0j4WtkWmdQpY33CxDurQxhRKqu5DX5lBjodZFR/AH/6r5aMb2zQEdoI/NQv40Brj0ZL2VHzb4S20WVLlyd81iaJ6JX4X5Il+7iAXfTZreqz9K7cHJ6Uag6gwJU6kDgmOdET3SmOejvUjKGGTRUKd03g/XxvQgj4beFBObBFkuTmDfDoe5nrHcfYCwIVmW1HjQQCO5D0iiDV39Ru9b1oq5TplnCHBFMFTMO9gFF4u/gGUY1btuJgNLP4Zm9wKJpOdtjqpMV1S518TiPHW7gdsXtClAC4Pm5FV//yG6yJsnp/i46cyjcFzEjRrpQSnRVomOojVhiTWm7vAb5XtNeb0UKjQMoEVQuHMBS1WNO1M5swXTjr59hedGoovju2NxdjQq/AAsfG8i9cpCwcabmAXxfl7vnwhynGkQK5D/4Hv6EG4KL/N6WA2emaPzQbIiRT+EIoWjYgBI2ecvNA5VoG7EshBk3uSI951ElVGbnFjTRnjwQz0kUCUel7uRRIBNa3iSLyjk02tOQu01v2rOxjPo19sCFmJ24JUCPhw/ZVR+U3KQ4TMiweQH83cWr8FrAlvpro0p5FJO4M=----ATTACHMENT:----MzAxNDA4Mjc5Nzg2NjQ2NCA4ODYyMjI4NzA5ODg0NjEgNDExODAwMDc4NDIxMjMyOA==