Interface RouterInterface
RouterInterface is the interface that all Router classes must implement.
This interface is the concatenation of UrlMatcherInterface and UrlGeneratorInterface.
- Symfony\Component\Routing\RouterInterface implements Symfony\Component\Routing\Matcher\UrlMatcherInterface, Symfony\Component\Routing\Generator\UrlGeneratorInterface
Direct known implementers
Symfony\Component\Routing\Router
Namespace: Symfony\Component\Routing
Author: Fabien Potencier <fabien@symfony.com>
Located at RouterInterface.php
Author: Fabien Potencier <fabien@symfony.com>
Located at RouterInterface.php
public
|
match()
|
getContext(),
setContext()
|
generate()
|
ABSOLUTE_PATH,
ABSOLUTE_URL,
NETWORK_PATH,
RELATIVE_PATH
|