The AbstractRouter class is the blueprint for the MVC's main router.
The AbstractRouter class is the one that needs to be extended in order to create a LightMVC router.
package |
LightMVC/ASCMVC |
---|
__construct(\Ascmvc\Mvc\AscmvcEvent $event) : void
getRequestURI() : array|null
array|null
app : \Ascmvc\AbstractApp|null
baseConfig : array|null
var |
---|
array|null
requestURI : array|null
var |
---|
array|null
controllerManager : \Ascmvc\AbstractControllerManager