Mercurial > hg > isophonics-drupal-site
comparison vendor/symfony/routing/Matcher/Dumper/DumperRoute.php @ 14:1fec387a4317
Update Drupal core to 8.5.2 via Composer
author | Chris Cannam |
---|---|
date | Mon, 23 Apr 2018 09:46:53 +0100 |
parents | 4c8ae668cc8c |
children |
comparison
equal
deleted
inserted
replaced
13:5fb285c0d0e3 | 14:1fec387a4317 |
---|---|
20 * | 20 * |
21 * @internal | 21 * @internal |
22 */ | 22 */ |
23 class DumperRoute | 23 class DumperRoute |
24 { | 24 { |
25 /** | |
26 * @var string | |
27 */ | |
28 private $name; | 25 private $name; |
29 | |
30 /** | |
31 * @var Route | |
32 */ | |
33 private $route; | 26 private $route; |
34 | 27 |
35 /** | 28 /** |
36 * Constructor. | |
37 * | |
38 * @param string $name The route name | 29 * @param string $name The route name |
39 * @param Route $route The route | 30 * @param Route $route The route |
40 */ | 31 */ |
41 public function __construct($name, Route $route) | 32 public function __construct($name, Route $route) |
42 { | 33 { |