PHP Class Cartalyst\Sentinel\Native\Facades\Sentinel

Afficher le fichier Open project: cartalyst/sentinel Class Usage Examples

Protected Properties

Свойство Type Description
$instance Cartalyst\Sentinel\Native\SentinelBootstrapper The Native Bootstraper instance.
$sentinel Cartalyst\Sentinel\Sentinel The Sentinel instance.

Méthodes publiques

Méthode Description
__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.

Method Details

__callStatic() public static méthode

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

__construct() public méthode

Constructor.
public __construct ( SentinelBootstrapper $bootstrapper = null ) : void
$bootstrapper Cartalyst\Sentinel\Native\SentinelBootstrapper
Résultat void

getSentinel() public méthode

Returns the Sentinel instance.
public getSentinel ( ) : Sentinel
Résultat Cartalyst\Sentinel\Sentinel

instance() public static méthode

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

Property Details

$instance protected_oe static_oe property

The Native Bootstraper instance.
protected static SentinelBootstrapper,Cartalyst\Sentinel\Native $instance
Résultat Cartalyst\Sentinel\Native\SentinelBootstrapper

$sentinel protected_oe property

The Sentinel instance.
protected Sentinel,Cartalyst\Sentinel $sentinel
Résultat Cartalyst\Sentinel\Sentinel