MetaFox

UserShortcut extends Model
in package
implements Entity Uses HasEntity, HasFactory, HasUserMorph, HasItemMorph

Class UserShortcut.

Tags
mixin

Builder

Table of Contents

Interfaces

Entity
Interface Entity.

Constants

ENTITY_TYPE  = 'shortcut'
SORT_DEFAULT  = 1
SORT_HIDE  = 0
SORT_PIN  = 2

Properties

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

Methods

entityId()  : int
entityType()  : string
factory()  : UserShortcutFactory
getItemAttribute()  : mixed
getUserAttribute()  : mixed
getUserEntityAttribute()  : mixed
isUser()  : bool
check if $user is the user (creator) of entity.
item()  : MorphTo|null
itemId()  : int
itemType()  : string
moduleName()  : string
toLink()  : mixed
user()  : MorphTo
userEntity()  : BelongsTo
userId()  : int
userType()  : string
newFactory()  : UserShortcutFactory

Constants

Properties

$fillable

protected array<string|int, string> $fillable = ['user_id', 'user_type', 'item_id', 'item_type', 'sort_type', 'updated_at']

Methods

entityId()

public entityId() : int
Return values
int

entityType()

public entityType() : string
Return values
string

factory()

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

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

item()

public item() : MorphTo|null
Return values
MorphTo|null

itemType()

public itemType() : string
Return values
string

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() : UserShortcutFactory
Return values
UserShortcutFactory

        
On this page

Search results