PHP Класс Flarum\Forum\Controller\LogOutController

Наследование: implements Flarum\Http\Controller\ControllerInterface
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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