Contao\CoreBundle\Routing\UrlGenerator::__construct PHP Method

__construct() public method

Constructor.
public __construct ( Symfony\Component\Routing\Generator\UrlGeneratorInterface $router, Contao\CoreBundle\Framework\ContaoFrameworkInterface $framework, boolean $prependLocale )
$router Symfony\Component\Routing\Generator\UrlGeneratorInterface
$framework Contao\CoreBundle\Framework\ContaoFrameworkInterface
$prependLocale boolean
    public function __construct(UrlGeneratorInterface $router, ContaoFrameworkInterface $framework, $prependLocale)
    {
        $this->router = $router;
        $this->framework = $framework;
        $this->prependLocale = $prependLocale;
    }