FriendTagBlocked
extends Model
in package
implements
Entity
Uses
HasEntity, HasFactory
Class FriendTagBlocked
Table of Contents
Interfaces
- Entity
- Interface Entity.
Constants
- ENTITY_TYPE = 'friend_tag_blocked'
Properties
Methods
- entityId() : int
- entityType() : string
- factory() : FriendTagBlockedFactory
- moduleName() : string
- newFactory() : FriendTagBlockedFactory
Constants
ENTITY_TYPE
public
mixed
ENTITY_TYPE
= 'friend_tag_blocked'
Properties
$id
public
int
$id
$fillable
protected
array<string|int, string>
$fillable
= ['user_id', 'user_type', 'owner_id', 'owner_type', 'item_id', 'item_type']
$table
protected
mixed
$table
= 'friend_tag_blocked'
Methods
entityId()
public
entityId() : int
Return values
intentityType()
public
entityType() : string
Return values
stringfactory()
public
static factory(mixed $parameters) : FriendTagBlockedFactory
Parameters
- $parameters : mixed
Return values
FriendTagBlockedFactorymoduleName()
public
moduleName() : string
Return values
stringnewFactory()
protected
static newFactory() : FriendTagBlockedFactory