Flarum\Forum\Controller\ConfirmEmailController::__construct PHP Метод

__construct() публичный Метод

public __construct ( Illuminate\Contracts\Bus\Dispatcher $bus, Application $app, SessionAuthenticator $authenticator )
$bus Illuminate\Contracts\Bus\Dispatcher
$app Flarum\Foundation\Application
$authenticator Flarum\Http\SessionAuthenticator
    public function __construct(Dispatcher $bus, Application $app, SessionAuthenticator $authenticator)
    {
        $this->bus = $bus;
        $this->app = $app;
        $this->authenticator = $authenticator;
    }
ConfirmEmailController