PHP 클래스 Acoustep\EntrustGui\Http\Middleware\AdminAuth

From http://stackoverflow.com/a/29186175
파일 보기 프로젝트 열기: acoustep/entrust-gui 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$auth
$config
$redirect
$response

공개 메소드들

메소드 설명
__construct ( Illuminate\Contracts\Auth\Guard $auth, Illuminate\Config\Repository $config, Illuminate\Http\Response $response, Redirector $redirect ) : void Create a new AdminAuth instance.
handle ( mixed $request, Closure $next ) : Illuminate\Http\Response Handle the request

메소드 상세

__construct() 공개 메소드

Create a new AdminAuth instance.
public __construct ( Illuminate\Contracts\Auth\Guard $auth, Illuminate\Config\Repository $config, Illuminate\Http\Response $response, Redirector $redirect ) : void
$auth Illuminate\Contracts\Auth\Guard
$config Illuminate\Config\Repository
$response Illuminate\Http\Response
$redirect Illuminate\Routing\Redirector
리턴 void

handle() 공개 메소드

Handle the request
public handle ( mixed $request, Closure $next ) : Illuminate\Http\Response
$request mixed
$next Closure
리턴 Illuminate\Http\Response

프로퍼티 상세

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

protected $auth

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

protected $config

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

protected $redirect

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

protected $response