PHP Class App\Http\Middleware\Purifying

Show file Open project: xpressengine/xpressengine

Public Methods

Method Description
handle ( Illuminate\Http\Request $request, Closure $next ) : mixed Handle an incoming request.

Protected Methods

Method Description
execute ( $input )

Method Details

execute() protected method

protected execute ( $input )

handle() public method

Handle an incoming request.
public handle ( Illuminate\Http\Request $request, Closure $next ) : mixed
$request Illuminate\Http\Request
$next Closure
return mixed