It can be nice to have access to the class of route handlers (policies and controller class).
Initially the router only have the name like DefaultController.info so it was simple to get the class, now only function are mapped into routes so there no way to know in witch classes come functions...
It can be nice to have access to the class of route handlers (policies and controller class).
Initially the router only have the name like
DefaultController.infoso it was simple to get the class, now only function are mapped into routes so there no way to know in witch classes come functions...