Method |
Description |
|
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. |
|