PHP 클래스 Flarum\Forum\Controller\ConfirmEmailController

상속: implements Flarum\Http\Controller\ControllerInterface
파일 보기 프로젝트 열기: flarum/core

보호된 프로퍼티들

프로퍼티 타입 설명
$app Flarum\Foundation\Application
$authenticator Flarum\Http\SessionAuthenticator
$bus Illuminate\Contracts\Bus\Dispatcher

공개 메소드들

메소드 설명
__construct ( Illuminate\Contracts\Bus\Dispatcher $bus, Application $app, SessionAuthenticator $authenticator )
handle ( Psr\Http\Message\ServerRequestInterface $request ) : Psr\Http\Message\ResponseInterface

메소드 상세

__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

handle() 공개 메소드

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

프로퍼티 상세

$app 보호되어 있는 프로퍼티

protected Application,Flarum\Foundation $app
리턴 Flarum\Foundation\Application

$authenticator 보호되어 있는 프로퍼티

protected SessionAuthenticator,Flarum\Http $authenticator
리턴 Flarum\Http\SessionAuthenticator

$bus 보호되어 있는 프로퍼티

protected Dispatcher,Illuminate\Contracts\Bus $bus
리턴 Illuminate\Contracts\Bus\Dispatcher