Toggle navigation
Hot Examples
RU
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Найти
Главная
App
Http
Middleware
SaveOptionRepository
PHP Класс App\Http\Middleware\SaveOptionRepository
Показать файл
Открыть проект
Открытые методы
Метод
Описание
handle
(
Illuminate\Http\Request
$request
,
Closure
$next
) :
mixed
Handle an incoming request.
terminate
(
Illuminate\Http\Request
$request
,
Response
$response
) :
void
Do the really operations of saving modified options.
Описание методов
handle()
публичный
Метод
Handle an incoming request.
public
handle
(
Illuminate\Http\Request
$request
,
Closure
$next
) :
mixed
$request
Illuminate\Http\Request
$next
Closure
Результат
mixed
terminate()
публичный
Метод
Do the really operations of saving modified options.
public
terminate
(
Illuminate\Http\Request
$request
,
Response
$response
) :
void
$request
Illuminate\Http\Request
$response
Symfony\Component\HttpFoundation\Response
Результат
void