MetaFox

UserRelation extends Model
in package
implements Entity Uses HasEntity, HasFactory, HasTranslatableAttributes

Class UserRelation.

Table of Contents

Interfaces

Entity
Interface Entity.

Constants

ENTITY_TYPE  = 'user_relation'

Properties

$avatar  : string
$avatar_dark  : string
$confirm  : int
$id  : int
$image_file_id  : mixed
$is_active  : mixed
$is_custom  : mixed
$phrase_var  : string
$relation_name  : string
$appends  : mixed
$fillable  : array<string|int, string>
$table  : mixed
$translatableAttributes  : mixed

Methods

entityId()  : int
entityType()  : string
factory()  : UserRelationFactory
getAdminBrowseUrlAttribute()  : string
getAdminEditUrlAttribute()  : string
getAvatarAttribute()  : string|null
getAvatarDarkAttribute()  : string|null
moduleName()  : string
newFactory()  : UserRelationFactory

Constants

Properties

$appends

protected mixed $appends = ['avatar', 'avatar_dark']

$fillable

protected array<string|int, string> $fillable = ['phrase_var', 'confirm', 'image_file_id', 'is_active', 'is_custom', 'relation_name', 'updated_at', 'created_at']

$translatableAttributes

protected mixed $translatableAttributes = ['phrase_var']

Methods

entityId()

public entityId() : int
Return values
int

entityType()

public entityType() : string
Return values
string

factory()

public factory(mixed $parameters) : UserRelationFactory
Parameters
$parameters : mixed
Return values
UserRelationFactory

getAdminBrowseUrlAttribute()

public getAdminBrowseUrlAttribute() : string
Return values
string

getAdminEditUrlAttribute()

public getAdminEditUrlAttribute() : string
Return values
string

getAvatarAttribute()

public getAvatarAttribute() : string|null
Return values
string|null

getAvatarDarkAttribute()

public getAvatarDarkAttribute() : string|null
Return values
string|null

moduleName()

public moduleName() : string
Return values
string

newFactory()

protected static newFactory() : UserRelationFactory
Return values
UserRelationFactory

        
On this page

Search results