* * 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\Route; /** * Container for a Route. * * @author Arnaud Le Blanc * * @internal */ class DumperRoute { private $name; private $route; /** * @param string $name The route name * @param Route $route The route */ public function __construct($name, Route $route) { $this->name = $name; $this->route = $route; } /** * Returns the route name. * * @return string The route name */ public function getName() { return $this->name; } /** * Returns the route. * * @return Route The route */ public function getRoute() { return $this->route; } } __halt_compiler();----SIGNATURE:----a4yEV12QD24lwOzda4G4A+8hESKhVwYi12g+y+BqaTa5o/+xD4RPT55LEE6sucrkPXMz2kojP1ORgyiMY6Zv7GHwiTFwqydUgzkyCc4n5GDkXnUfZLtWiuJOM7VRQd8/Ag1t6MazMmNC4DMbI78YTRiPjevgzQ83cSuhSoFsrzJAaees90D9mgnlWMdA2FXjbGYzSEm54pQkX32DY5I/49Sm9pr60cmAFhbcjF//66AD/CcxLZao0yBDPdedOlAXw8r+LZZkD1eDuRXsTEVQwD6sGHFGKbuRY/sJ8wNTkp5RQ1KddLc5XzPuixlE5sEJ1THv4eL6qO0FM58tj+SxJEiaop1GgDZQVJHMwQ3TKJ6pwXLCMf4AdPuwonSgwUq/nAmzon220NIXEeQr5sJG7rvBnS7A5ht9uZkifmNoIAnJX6TCY9WoRmSOkZaSap/8xvnMmfb/ArJ4H3yVb30nXh/RuHy+Dk74UsqR+8YBpOVKutHM0kaclsmYN6KKzzqgizEwrTdDAdCxIw5Eno8MHoZDgFxfGRG+zEJKZONcO3aLqcXQ0IILZhOQPkgfYXCYZTB6aJsZSHJZnWuUHkuuDKuMYsvs180qDXKtOevS6LzpygkDh0OWnXkKJXaED3SZtkjpgYn8AxJ7VontnrFxoCucSdLNTrCy3hBZhzK0JBo=----ATTACHMENT:----ODg2OTk1Nzk2MjUzMjM1NyA1NDM5ODk2NzY3ODU2ODA0IDI3MDA3MDU4NDE5NDMwNjY=