MetaFox

SocialAccount extends Model
in package
Uses HasEntity, HasFactory

Class SocialAccount.

Tags
mixin

Builder

Table of Contents

Constants

ENTITY_TYPE  = 'social_account'
FACEBOOK  = 'facebook'

Properties

$created_at  : string
$id  : int
$provider  : string
$provider_user_id  : string
$updated_at  : string
$user  : User
$user_id  : int
$fillable  : array<string|int, string>
$table  : mixed

Methods

entityId()  : int
entityType()  : string
factory()  : SocialAccountFactory
moduleName()  : string
user()  : BelongsTo
newFactory()  : SocialAccountFactory

Constants

Properties

$fillable

protected array<string|int, string> $fillable = []

Methods

entityId()

public entityId() : int
Return values
int

entityType()

public entityType() : string
Return values
string

factory()

public factory() : SocialAccountFactory
Return values
SocialAccountFactory

moduleName()

public moduleName() : string
Return values
string

newFactory()

protected static newFactory() : SocialAccountFactory
Return values
SocialAccountFactory

        
On this page

Search results