forked from Luzifer/PHPFramework
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
- Make it possible to just provide a plain string responder in the routing array.
- Define classes for the different responder types (Controller, Callable, Subrouting, String)
- Introduce a factory that determines the responder type from the routing array and configures the object
- The objects need to know how to dispatch them selfs, move that code away from the Dispatcher
- Make it possible to define custom responder types via signal/slot
- Make Subrouting work again
- Cover all new classes with Unit Tests