PHP 클래스 Cartalyst\Sentinel\Laravel\SentinelServiceProvider

상속: extends Illuminate\Support\ServiceProvider
파일 보기 프로젝트 열기: cartalyst/sentinel 1 사용 예제들

공개 메소드들

메소드 설명
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