PHP 클래스 Flarum\Forum\Controller\LogOutController

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

보호된 프로퍼티들

프로퍼티 타입 설명
$app Flarum\Foundation\Application
$authenticator Flarum\Http\SessionAuthenticator
$events Illuminate\Contracts\Events\Dispatcher
$rememberer Flarum\Http\Rememberer

공개 메소드들

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

메소드 상세

__construct() 공개 메소드

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 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

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

protected Dispatcher,Illuminate\Contracts\Events $events
리턴 Illuminate\Contracts\Events\Dispatcher

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

protected Rememberer,Flarum\Http $rememberer
리턴 Flarum\Http\Rememberer