PHP Class Flarum\Forum\Controller\ConfirmEmailController

Inheritance: implements Flarum\Http\Controller\ControllerInterface
Afficher le fichier Open project: flarum/core

Protected Properties

Свойство Type Description
$app Flarum\Foundation\Application
$authenticator Flarum\Http\SessionAuthenticator
$bus Illuminate\Contracts\Bus\Dispatcher

Méthodes publiques

Méthode 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 méthode

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 méthode

public handle ( Psr\Http\Message\ServerRequestInterface $request ) : Psr\Http\Message\ResponseInterface
$request Psr\Http\Message\ServerRequestInterface
Résultat Psr\Http\Message\ResponseInterface

Property Details

$app protected_oe property

protected Application,Flarum\Foundation $app
Résultat Flarum\Foundation\Application

$authenticator protected_oe property

protected SessionAuthenticator,Flarum\Http $authenticator
Résultat Flarum\Http\SessionAuthenticator

$bus protected_oe property

protected Dispatcher,Illuminate\Contracts\Bus $bus
Résultat Illuminate\Contracts\Bus\Dispatcher