PHP Class Flarum\Http\Controller\AbstractWebAppController

Inheritance: extends AbstractHtmlController
Datei anzeigen Open project: flarum/core Class Usage Examples

Protected Properties

Property Type Description
$events Illuminate\Contracts\Events\Dispatcher
$webApp Flarum\Http\WebApp\AbstractWebApp

Public Methods

Method Description
render ( Psr\Http\Message\ServerRequestInterface $request )

Protected Methods

Method Description
getView ( Psr\Http\Message\ServerRequestInterface $request ) : WebAppView

Method Details

getView() protected method

protected getView ( Psr\Http\Message\ServerRequestInterface $request ) : WebAppView
$request Psr\Http\Message\ServerRequestInterface
return Flarum\Http\WebApp\WebAppView

render() public method

public render ( Psr\Http\Message\ServerRequestInterface $request )
$request Psr\Http\Message\ServerRequestInterface

Property Details

$events protected_oe property

protected Dispatcher,Illuminate\Contracts\Events $events
return Illuminate\Contracts\Events\Dispatcher

$webApp protected_oe property

protected AbstractWebApp,Flarum\Http\WebApp $webApp
return Flarum\Http\WebApp\AbstractWebApp