AbstractRouter

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

Methods

Initializes this class by assigning the objects contained in the referenced application object to the corresponding properties.

__construct(\Ascmvc\Mvc\AscmvcEvent $event) : void
abstract

Arguments

Get the current request URI

getRequestURI() : array|null
abstract

Response

array|null

Properties