PHP 클래스 App\Http\Middleware\Authenticate

파일 보기 프로젝트 열기: phanan/koel 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$auth Illuminate\Contracts\Auth\Guard The Guard implementation.

공개 메소드들

메소드 설명
__construct ( Illuminate\Contracts\Auth\Guard $auth ) Create a new filter instance.
handle ( Illuminate\Http\Request $request, Closure $next ) : mixed Handle an incoming request.

메소드 상세

__construct() 공개 메소드

Create a new filter instance.
public __construct ( Illuminate\Contracts\Auth\Guard $auth )
$auth Illuminate\Contracts\Auth\Guard

handle() 공개 메소드

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

프로퍼티 상세

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

The Guard implementation.
protected Guard,Illuminate\Contracts\Auth $auth
리턴 Illuminate\Contracts\Auth\Guard