You are here

public function LazyRouteCollection::__construct in Zircon Profile 8.0

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

File

vendor/symfony-cmf/routing/LazyRouteCollection.php, line 27

Class

LazyRouteCollection

Namespace

Symfony\Cmf\Component\Routing

Code

public function __construct(RouteProviderInterface $provider) {
  $this->provider = $provider;
}