\App\Http\MiddlewareApplyUserOptions

Applies options configured by the user

Summary

Methods
Properties
Constants
__construct()
handle()
No public properties found
No constants found
No protected methods found
$application
N/A
No private methods found
No private properties found
N/A

Properties

$application

$application : \Illuminate\Foundation\Application

Type

\Illuminate\Foundation\Application

Methods

__construct()

__construct(\Illuminate\Foundation\Application  $application) 

ApplyUserOptions constructor.

Parameters

\Illuminate\Foundation\Application $application

handle()

handle(\Illuminate\Http\Request  $request, \Closure  $next) : mixed

Handle an incoming request.

Parameters

\Illuminate\Http\Request $request
\Closure $next

Returns

mixed