MetaFox

UserPassword extends Model
in package
implements Entity Uses HasEntity, HasFactory

Class UserPassword.

Table of Contents

Interfaces

Entity
Interface Entity.

Constants

ENTITY_TYPE  = 'user_password'

Properties

$id  : int
$incrementing  : mixed
$password_hash  : int
$password_method  : int
$password_salt  : int
$timestamps  : mixed
$user_id  : int
$fillable  : array<string|int, string>
$primaryKey  : mixed
$table  : mixed

Methods

entityId()  : int
entityType()  : string
factory()  : UserPasswordFactory
moduleName()  : string
validateForPassportPasswordGrant()  : void
newFactory()  : UserPasswordFactory

Constants

Properties

$fillable

protected array<string|int, string> $fillable = [ 'user_id', 'password_hash', // 'password_salt', 'password_method', // MetaFox\User\Password\v4Password 'params', ]

Methods

entityId()

public entityId() : int
Return values
int

entityType()

public entityType() : string
Return values
string

factory()

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

moduleName()

public moduleName() : string
Return values
string

validateForPassportPasswordGrant()

public validateForPassportPasswordGrant(string|null $input) : void
Parameters
$input : string|null

newFactory()

protected static newFactory() : UserPasswordFactory
Return values
UserPasswordFactory

        
On this page

Search results