[FEATURE] Features and optimisations

- Added where method to RouterRoute to support custom regular expression matches on routes.
- Moved parameters property to RouterRoute class.
- Added IRouteEntry class.
This commit is contained in:
Simon Sessingø
2015-10-14 13:54:53 +02:00
parent 8064b5f536
commit aec1f5f10c
3 changed files with 53 additions and 20 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
namespace Pecee\SimpleRouter;
interface IRouteEntry {
}