PHP Class ManaPHP\Mvc\Application

Inheritance: extends ManaPHP\Application
Datei anzeigen Open project: manaphp/manaphp

Protected Properties

Property Type Description
$_moduleObject ManaPHP\Mvc\ModuleInterface

Public Methods

Method Description
_eventHandlerBeforeExecuteRoute ( ) : boolean
handle ( string $uri = null ) : ManaPHP\Http\ResponseInterface Handles a MVC request

Method Details

_eventHandlerBeforeExecuteRoute() public method

handle() public method

Handles a MVC request
public handle ( string $uri = null ) : ManaPHP\Http\ResponseInterface
$uri string
return ManaPHP\Http\ResponseInterface

Property Details

$_moduleObject protected_oe property

protected ModuleInterface,ManaPHP\Mvc $_moduleObject
return ManaPHP\Mvc\ModuleInterface