public function ChainRouter::__construct

Parameters

LoggerInterface $logger:

File

drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/ChainRouter.php, line 56

Class

ChainRouter
ChainRouter

Namespace

Symfony\Cmf\Component\Routing

Code

public function __construct(LoggerInterface $logger = null) {
  $this->logger = $logger;
}