PHP Class Flarum\Forum\Controller\ConfirmEmailController

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
$bus Illuminate\Contracts\Bus\Dispatcher

Public Methods

Method Description
__construct ( Illuminate\Contracts\Bus\Dispatcher $bus, Application $app, SessionAuthenticator $authenticator )
handle ( Psr\Http\Message\ServerRequestInterface $request ) : Psr\Http\Message\ResponseInterface

Method Details

__construct() public method

public __construct ( Illuminate\Contracts\Bus\Dispatcher $bus, Application $app, SessionAuthenticator $authenticator )
$bus Illuminate\Contracts\Bus\Dispatcher
$app Flarum\Foundation\Application
$authenticator Flarum\Http\SessionAuthenticator

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

$bus protected_oe property

protected Dispatcher,Illuminate\Contracts\Bus $bus
return Illuminate\Contracts\Bus\Dispatcher