IRouter
in
Tags
Table of Contents
Constants
- DEFAULT_ACTION = 'index'
- DEFAULT_CONTROLLER = 'Index'
Methods
- getApplication() : IApplication
- getRoute() : IRoute
- Gets the active route that is currently being executed in this router
Constants
DEFAULT_ACTION
public
mixed
DEFAULT_ACTION
= 'index'
DEFAULT_CONTROLLER
public
mixed
DEFAULT_CONTROLLER
= 'Index'
Methods
getApplication()
public
getApplication() : IApplication
Return values
IApplicationgetRoute()
Gets the active route that is currently being executed in this router
public
getRoute() : IRoute