Bolt\Routing\LazyUrlGenerator::__construct PHP Method

__construct() public method

LazyUrlGenerator constructor.
public __construct ( callable $factory )
$factory callable Should return UrlGeneratorInterface when invoked
    public function __construct(callable $factory)
    {
        $this->factory = $factory;
    }