MetaFox

StickerUserValue extends Model
in package
implements Entity Uses HasEntity, HasFactory, HasUserMorph

Class StickerUserValue.

Table of Contents

Interfaces

Entity
Interface Entity.

Constants

ENTITY_TYPE  = 'sticker_user_value'

Properties

$id  : int
$set_id  : int
$stickerSet  : StickerSet
$timestamps  : mixed
$user_id  : int
$user_type  : string
$fillable  : array<string|int, string>
$table  : mixed

Methods

entityId()  : int
entityType()  : string
factory()  : StickerUserValueFactory
getUserAttribute()  : mixed
getUserEntityAttribute()  : mixed
isUser()  : bool
check if $user is the user (creator) of entity.
moduleName()  : string
stickerSet()  : BelongsTo
user()  : MorphTo
userEntity()  : BelongsTo
userId()  : int
userType()  : string
newFactory()  : StickerUserValueFactory

Constants

Properties

$fillable

protected array<string|int, string> $fillable = ['set_id', 'user_id', 'user_type']

Methods

entityId()

public entityId() : int
Return values
int

entityType()

public entityType() : string
Return values
string

factory()

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

getUserEntityAttribute()

public getUserEntityAttribute() : mixed

isUser()

check if $user is the user (creator) of entity.

public isUser(User $user) : bool
Parameters
$user : User
Return values
bool

moduleName()

public moduleName() : string
Return values
string

userEntity()

public userEntity() : BelongsTo
Return values
BelongsTo

userType()

public userType() : string
Return values
string

newFactory()

protected static newFactory() : StickerUserValueFactory
Return values
StickerUserValueFactory

        
On this page

Search results