MultiFactorToken
extends Model
in package
implements
Entity
Uses
HasEntity, HasFactory
Class MultiFactorToken.
Table of Contents
Interfaces
- Entity
- Interface Entity.
Constants
- ENTITY_TYPE = ''
Properties
Methods
- entityId() : int
- entityType() : string
- factory() : MultiFactorTokenFactory
- moduleName() : string
- newFactory() : MultiFactorTokenFactory
Constants
ENTITY_TYPE
public
mixed
ENTITY_TYPE
= ''
Properties
$id
public
int
$id
$fillable
protected
array<string|int, string>
$fillable
= ['email', 'hash_code', 'updated_at', 'created_at']
$table
protected
mixed
$table
= 'user_multi_factor_token'
Methods
entityId()
public
entityId() : int
Return values
intentityType()
public
entityType() : string
Return values
stringfactory()
public
static factory(mixed $parameters) : MultiFactorTokenFactory
Parameters
- $parameters : mixed
Return values
MultiFactorTokenFactorymoduleName()
public
moduleName() : string
Return values
stringnewFactory()
protected
static newFactory() : MultiFactorTokenFactory