PHP Class ManaPHP\Mvc\Application

Inheritance: extends ManaPHP\Application
Afficher le fichier Open project: manaphp/manaphp

Protected Properties

Свойство Type Description
$_moduleObject ManaPHP\Mvc\ModuleInterface

Méthodes publiques

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

Method Details

_eventHandlerBeforeExecuteRoute() public méthode

handle() public méthode

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

Property Details

$_moduleObject protected_oe property

protected ModuleInterface,ManaPHP\Mvc $_moduleObject
Résultat ManaPHP\Mvc\ModuleInterface