comparison vendor/symfony/routing/Generator/Dumper/PhpGeneratorDumper.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 129ea1e6d783
comparison
equal deleted inserted replaced
13:5fb285c0d0e3 14:1fec387a4317
44 use Symfony\Component\Routing\RequestContext; 44 use Symfony\Component\Routing\RequestContext;
45 use Symfony\Component\Routing\Exception\RouteNotFoundException; 45 use Symfony\Component\Routing\Exception\RouteNotFoundException;
46 use Psr\Log\LoggerInterface; 46 use Psr\Log\LoggerInterface;
47 47
48 /** 48 /**
49 * {$options['class']}
50 *
51 * This class has been auto-generated 49 * This class has been auto-generated
52 * by the Symfony Routing Component. 50 * by the Symfony Routing Component.
53 */ 51 */
54 class {$options['class']} extends {$options['base_class']} 52 class {$options['class']} extends {$options['base_class']}
55 { 53 {
56 private static \$declaredRoutes; 54 private static \$declaredRoutes;
57 55
58 /**
59 * Constructor.
60 */
61 public function __construct(RequestContext \$context, LoggerInterface \$logger = null) 56 public function __construct(RequestContext \$context, LoggerInterface \$logger = null)
62 { 57 {
63 \$this->context = \$context; 58 \$this->context = \$context;
64 \$this->logger = \$logger; 59 \$this->logger = \$logger;
65 if (null === self::\$declaredRoutes) { 60 if (null === self::\$declaredRoutes) {