PHP 클래스 Cartalyst\Sentinel\Native\Facades\Sentinel

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

보호된 프로퍼티들

프로퍼티 타입 설명
$instance Cartalyst\Sentinel\Native\SentinelBootstrapper The Native Bootstraper instance.
$sentinel Cartalyst\Sentinel\Sentinel The Sentinel instance.

공개 메소드들

메소드 설명
__callStatic ( string $method, array $args ) : mixed Handle dynamic, static calls to the object.
__construct ( SentinelBootstrapper $bootstrapper = null ) : void Constructor.
getSentinel ( ) : Sentinel Returns the Sentinel instance.
instance ( SentinelBootstrapper $bootstrapper = null ) : void Creates a new Native Bootstraper instance.

메소드 상세

__callStatic() 공개 정적인 메소드

Handle dynamic, static calls to the object.
public static __callStatic ( string $method, array $args ) : mixed
$method string
$args array
리턴 mixed

__construct() 공개 메소드

Constructor.
public __construct ( SentinelBootstrapper $bootstrapper = null ) : void
$bootstrapper Cartalyst\Sentinel\Native\SentinelBootstrapper
리턴 void

getSentinel() 공개 메소드

Returns the Sentinel instance.
public getSentinel ( ) : Sentinel
리턴 Cartalyst\Sentinel\Sentinel

instance() 공개 정적인 메소드

Creates a new Native Bootstraper instance.
public static instance ( SentinelBootstrapper $bootstrapper = null ) : void
$bootstrapper Cartalyst\Sentinel\Native\SentinelBootstrapper
리턴 void

프로퍼티 상세

$instance 보호되어 있는 정적으로 프로퍼티

The Native Bootstraper instance.
protected static SentinelBootstrapper,Cartalyst\Sentinel\Native $instance
리턴 Cartalyst\Sentinel\Native\SentinelBootstrapper

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

The Sentinel instance.
protected Sentinel,Cartalyst\Sentinel $sentinel
리턴 Cartalyst\Sentinel\Sentinel