Skip to content

Instantly share code, notes, and snippets.

View shrink0r's full-sized avatar

Thorsten Schmitt-Rink shrink0r

View GitHub Profile
<?php
interface UrlGeneratorInterface
{
/**
* Generates a URL for the given route name and parameters. The options
* MAY be used to provide hints for the URL generation. This includes
* information about different parts of a URL, e.g. the scheme or port to
* use or whether absolute or relative URLs should be generated.
*