\FW\RouterRouterInterface

Interface for building Router structures

All routes are handled by one (or more) implementation(s) of RouterInterface

Summary

Methods
Constants
init()
run()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

init()

init() 

Init method for the module

run()

run() 

Executes the route (tells the router to execute the function(s) associated with a given endpoint)

This should be run LAST, after all application stuff has been set up.