Boot
in package
implements
Auth0Event
Interfaces, Classes, Traits and Enums
- Auth0Event
- Interface Auth0Event.
Table of Contents
- $prefix : string
- $store : StoreInterface
- __construct() : mixed
- getPrefix() : string
- getStore() : StoreInterface
- setPrefix() : self
Properties
$prefix
private
string
$prefix
$store
private
StoreInterface
$store
Methods
__construct()
public
__construct(StoreInterface $store, string $prefix) : mixed
Parameters
- $store : StoreInterface
- $prefix : string
Return values
mixed —getPrefix()
public
getPrefix() : string
Return values
string —getStore()
public
getStore() : StoreInterface
Return values
StoreInterface —setPrefix()
public
setPrefix(string $prefix) : self
Parameters
- $prefix : string