diff options
author | Igor Scheller <igor.scheller@igorshp.de> | 2018-09-04 18:35:13 +0200 |
---|---|---|
committer | Igor Scheller <igor.scheller@igorshp.de> | 2018-09-04 21:13:28 +0200 |
commit | b52444af8a289e089d1239657cdf6ff06b21b29d (patch) | |
tree | c2754b3049a50ad6743841a609ab0574f241720d /src/Routing/UrlGeneratorInterface.php | |
parent | b320fc779063ee80b8f0ba505cb323287ccccbf5 (diff) | |
parent | a1bc763a16ee8be109de5c9053fbc5eded53824e (diff) |
Merge remote-tracking branch 'MyIgel/routing'
Diffstat (limited to 'src/Routing/UrlGeneratorInterface.php')
-rw-r--r-- | src/Routing/UrlGeneratorInterface.php | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/Routing/UrlGeneratorInterface.php b/src/Routing/UrlGeneratorInterface.php deleted file mode 100644 index f1a8ffed..00000000 --- a/src/Routing/UrlGeneratorInterface.php +++ /dev/null @@ -1,16 +0,0 @@ -<?php - -namespace Engelsystem\Routing; - -/** - * To switch between different URL schemes. - */ -interface UrlGeneratorInterface -{ - /** - * @param string $path - * @param array $parameters - * @return string - */ - public function linkTo($path, $parameters = []); -} |