* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Routing\Matcher\Dumper; use Symfony\Component\Routing\RouteCollection; /** * MatcherDumper is the abstract class for all built-in matcher dumpers. * * @author Fabien Potencier */ abstract class MatcherDumper implements MatcherDumperInterface { private $routes; public function __construct(RouteCollection $routes) { $this->routes = $routes; } /** * {@inheritdoc} */ public function getRoutes() { return $this->routes; } } __halt_compiler();----SIGNATURE:----n/Ove7UtKIVlk+UFR21fd2KezSufKjEJJeldJffj8rQaasFeZW1bjBGMWZh/UTZLaWQNf4ucS+cFnOXqwUQH1+5F1EVKNWl0rvKvDVV5y/B+qnONyN/+jb50xguwyfrfw3FNRPMUzGB0v657JfgQvelrQISHSkUKMzZzDkX/yVhNZR4nIG2j0Ck9URkl9NgHAphAdVswHM3Y5S+Ir8rjtNoQEpBK2tnl7YDTUo4ClOMNUngyu0pDbs2/A0c7OmVmFrq3YpZ5SGqCy75VUazT2iXWc3uo1fYMUfMzmFJvRXwBPKaoJazzM4I25QfRhxh5SFkGZGTpUsVCZbJJYARAxTpgUSNGeIeRM2cq7T86qUvVCTz1JmOz17VHGtunQy+SjEVCOeiP7VOFLR8stjrLiiKpYV0GDYrqZSfyvgvtrPG8eXRUcYfx4kjL0Vzewh/avcyH/ZEEsjRj16LZx3Vc9IAZBoE4IHp4EvT5UnodJaVXZdO9FtsUPr5n8M6xr201aoYiTJTP3FEE25PdsbbOcp+lorRO5y2njuMs5kF0O45qqgj7GAwbNLS/cY6IOm9KyfkkyWq1i4HD9bj9ki5xZoojVAD3Ab5Zm5CW58PIB0m6XDYIkaqi7IwfR5FLXPiwc76f9soxACWRQLbQjF37BRBvudwWqsr/Hx+NU50dld4=----ATTACHMENT:----NzU2NDUzNzUwMDU4NzI1MyAzNjIzNDcyMzk5MTAyMzYwIDI1NzA0NDM5ODc3ODA5MjE=