Feature #5269
Allow routes to be handled by classname.method instead of just method
Status:
New
Priority:
Normal
Assignee:
-
Category:
Core
Target version:
-
Start date:
2017-08-17
Due date:
% Done:
0%
Estimated time:
Description
It would be useful to be able to send method calls to various other pagemakers.
The name for each method could contain a dot in its name splitting the class and method. we could instantiate each 'new' class once and keep using that.