MetaFox

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

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

Methods

entityId()  : int
entityType()  : string
factory()  : FriendTagBlockedFactory
moduleName()  : string
newFactory()  : FriendTagBlockedFactory

Constants

Properties

$fillable

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

Methods

entityId()

public entityId() : int
Return values
int

entityType()

public entityType() : string
Return values
string

factory()

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

moduleName()

public moduleName() : string
Return values
string

newFactory()

protected static newFactory() : FriendTagBlockedFactory
Return values
FriendTagBlockedFactory

        
On this page

Search results