| 1 | <?php | ||
| 8 | final class SymfonyRouterCompiler extends AbstractCompiler | ||
| 9 | { | ||
| 10 | /** @var UrlGeneratorInterface */ | ||
| 11 | private $generator; | ||
| 12 | |||
| 13 | /** | ||
| 14 | * SymfonyRouterCompiler constructor. | ||
| 15 | * | ||
| 16 | * @param DestinationNormalizer $normalizer | ||
| 17 | * @param \Twig_Environment $twig | ||
| 18 | * @param UrlGeneratorInterface $generator | ||
| 19 | */ | ||
| 20 | 1 | public function __construct( | |
| 28 | |||
| 29 |     /** {@inheritdoc} */ | ||
| 30 | 1 | protected function getHrefTemplate($route) | |
| 34 | } | ||
| 35 |