MetaFox

MultiFactorToken extends Model
in package
implements Entity Uses HasEntity, HasFactory

Class MultiFactorToken.

Table of Contents

Interfaces

Entity
Interface Entity.

Constants

ENTITY_TYPE  = ''

Properties

$id  : int
$fillable  : array<string|int, string>
$table  : mixed

Methods

entityId()  : int
entityType()  : string
factory()  : MultiFactorTokenFactory
moduleName()  : string
newFactory()  : MultiFactorTokenFactory

Constants

Properties

$fillable

protected array<string|int, string> $fillable = ['email', 'hash_code', 'updated_at', 'created_at']

Methods

entityId()

public entityId() : int
Return values
int

entityType()

public entityType() : string
Return values
string

factory()

public static factory(mixed $parameters) : MultiFactorTokenFactory
Parameters
$parameters : mixed
Return values
MultiFactorTokenFactory

moduleName()

public moduleName() : string
Return values
string

newFactory()

protected static newFactory() : MultiFactorTokenFactory
Return values
MultiFactorTokenFactory

        
On this page

Search results