You are here

public function ChainRouter::__construct in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony-cmf/routing/ChainRouter.php \Symfony\Cmf\Component\Routing\ChainRouter::__construct()

Parameters

LoggerInterface $logger:

File

vendor/symfony-cmf/routing/ChainRouter.php, line 64

Class

ChainRouter
The ChainRouter allows to combine several routers to try in a defined order.

Namespace

Symfony\Cmf\Component\Routing

Code

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