PHP Класс Cartalyst\Sentinel\Laravel\SentinelServiceProvider

Наследование: extends Illuminate\Support\ServiceProvider
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
boot ( ) {@inheritDoc}
provides ( ) {@inheritDoc}
register ( ) {@inheritDoc}

Защищенные методы

Метод Описание
configHitsLottery ( array $lottery ) : boolean Determine if the configuration odds hit the lottery.
garbageCollect ( ) : void Garbage collect activations and reminders.
prepareResources ( ) : void Prepare the package resources.
registerActivationCheckpoint ( ) : void Registers the activation checkpoint.
registerActivations ( ) : void Registers the activations.
registerCheckpoints ( ) : void Registers the checkpoints.
registerCookie ( ) : void Registers the cookie.
registerHasher ( ) : void Registers the hahser.
registerPersistences ( ) : void Registers the persistences.
registerReminders ( ) : void Registers the reminders.
registerRoles ( ) : void Registers the roles.
registerSentinel ( ) : void Registers sentinel.
registerSession ( ) : void Registers the session.
registerThrottleCheckpoint ( ) : void Registers the throttle checkpoint.
registerThrottling ( ) : void Registers the throttle.
registerUsers ( ) : void Registers the users.
setOverrides ( ) : void Performs the necessary overrides.
setUserResolver ( ) : void Sets the user resolver on the request class.
sweep ( mixed $repository, array $lottery ) : void Sweep expired codes.

Описание методов

boot() публичный метод

{@inheritDoc}
public boot ( )

configHitsLottery() защищенный метод

Determine if the configuration odds hit the lottery.
protected configHitsLottery ( array $lottery ) : boolean
$lottery array
Результат boolean

garbageCollect() защищенный метод

Garbage collect activations and reminders.
protected garbageCollect ( ) : void
Результат void

prepareResources() защищенный метод

Prepare the package resources.
protected prepareResources ( ) : void
Результат void

provides() публичный метод

{@inheritDoc}
public provides ( )

register() публичный метод

{@inheritDoc}
public register ( )

registerActivationCheckpoint() защищенный метод

Registers the activation checkpoint.
protected registerActivationCheckpoint ( ) : void
Результат void

registerActivations() защищенный метод

Registers the activations.
protected registerActivations ( ) : void
Результат void

registerCheckpoints() защищенный метод

Registers the checkpoints.
protected registerCheckpoints ( ) : void
Результат void

registerCookie() защищенный метод

Registers the cookie.
protected registerCookie ( ) : void
Результат void

registerHasher() защищенный метод

Registers the hahser.
protected registerHasher ( ) : void
Результат void

registerPersistences() защищенный метод

Registers the persistences.
protected registerPersistences ( ) : void
Результат void

registerReminders() защищенный метод

Registers the reminders.
protected registerReminders ( ) : void
Результат void

registerRoles() защищенный метод

Registers the roles.
protected registerRoles ( ) : void
Результат void

registerSentinel() защищенный метод

Registers sentinel.
protected registerSentinel ( ) : void
Результат void

registerSession() защищенный метод

Registers the session.
protected registerSession ( ) : void
Результат void

registerThrottleCheckpoint() защищенный метод

Registers the throttle checkpoint.
protected registerThrottleCheckpoint ( ) : void
Результат void

registerThrottling() защищенный метод

Registers the throttle.
protected registerThrottling ( ) : void
Результат void

registerUsers() защищенный метод

Registers the users.
protected registerUsers ( ) : void
Результат void

setOverrides() защищенный метод

Performs the necessary overrides.
protected setOverrides ( ) : void
Результат void

setUserResolver() защищенный метод

Sets the user resolver on the request class.
protected setUserResolver ( ) : void
Результат void

sweep() защищенный метод

Sweep expired codes.
protected sweep ( mixed $repository, array $lottery ) : void
$repository mixed
$lottery array
Результат void