PHP Класс Cartalyst\Sentinel\Native\Facades\Sentinel

Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$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