public function LazyRouteCollection::__construct in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony-cmf/routing/LazyRouteCollection.php \Symfony\Cmf\Component\Routing\LazyRouteCollection::__construct()
File
- vendor/
symfony-cmf/ routing/ LazyRouteCollection.php, line 27
Class
Namespace
Symfony\Cmf\Component\RoutingCode
public function __construct(RouteProviderInterface $provider) {
$this->provider = $provider;
}