MetaFox

AttachmentData extends Model
in package
Uses HasFactory

Class AttachmentData.

Table of Contents

Constants

ENTITY_TYPE  = 'attachment_data'

Properties

$attachment  : Attachment
$attachment_id  : int
$id  : int
$item_id  : int
$item_type  : string
$timestamps  : mixed
$fillable  : array<string|int, string>
$table  : mixed

Methods

attachment()  : BelongsTo
factory()  : AttachmentDataFactory

Constants

Properties

$fillable

protected array<string|int, string> $fillable = ['attachment_id', 'item_id', 'item_type']

Methods

attachment()

public attachment() : BelongsTo
Return values
BelongsTo

factory()

public static factory([array<string, mixed> $parameters = [] ]) : AttachmentDataFactory
Parameters
$parameters : array<string, mixed> = []
Return values
AttachmentDataFactory

        
On this page

Search results