PHP Class Flarum\Forum\Controller\LogOutController

Inheritance: implements Flarum\Http\Controller\ControllerInterface
Datei anzeigen Open project: flarum/core

Protected Properties

Property Type Description
$app Flarum\Foundation\Application
$authenticator Flarum\Http\SessionAuthenticator
$events Illuminate\Contracts\Events\Dispatcher
$rememberer Flarum\Http\Rememberer

Public Methods

Method Description
__construct ( Application $app, Illuminate\Contracts\Events\Dispatcher $events, SessionAuthenticator $authenticator, Rememberer $rememberer )
handle ( Psr\Http\Message\ServerRequestInterface $request ) : Psr\Http\Message\ResponseInterface

Method Details

__construct() public method

public __construct ( Application $app, Illuminate\Contracts\Events\Dispatcher $events, SessionAuthenticator $authenticator, Rememberer $rememberer )
$app Flarum\Foundation\Application
$events Illuminate\Contracts\Events\Dispatcher
$authenticator Flarum\Http\SessionAuthenticator
$rememberer Flarum\Http\Rememberer

handle() public method

public handle ( Psr\Http\Message\ServerRequestInterface $request ) : Psr\Http\Message\ResponseInterface
$request Psr\Http\Message\ServerRequestInterface
return Psr\Http\Message\ResponseInterface

Property Details

$app protected_oe property

protected Application,Flarum\Foundation $app
return Flarum\Foundation\Application

$authenticator protected_oe property

protected SessionAuthenticator,Flarum\Http $authenticator
return Flarum\Http\SessionAuthenticator

$events protected_oe property

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

$rememberer protected_oe property

protected Rememberer,Flarum\Http $rememberer
return Flarum\Http\Rememberer