MetaFox

CommentAttachment extends Model
in package
implements Entity Uses HasEntity, HasFactory, HasItemMorph

Class CommentAttachment.

Table of Contents

Interfaces

Entity
Interface Entity.

Constants

ENTITY_TYPE  = 'comment_attachments'
TYPE_FILE  = 'storage_file'
TYPE_LINK  = 'link'
TYPE_PREVIEW  = 'preview'
TYPE_STICKER  = 'sticker'

Properties

$comment_id  : int
$download_url  : string
$id  : int
$image_url  : string
$item_id  : int
$item_type  : string
$params  : string
$timestamps  : mixed
$fillable  : array<string|int, string>
$table  : mixed

Methods

comment()  : BelongsTo
entityId()  : int
entityType()  : string
factory()  : CommentAttachmentFactory
getDownloadUrlAttribute()  : string
getImageUrlAttribute()  : string
getItemAttribute()  : mixed
item()  : MorphTo|null
itemId()  : int
itemType()  : string
moduleName()  : string
newFactory()  : CommentAttachmentFactory

Constants

Properties

$fillable

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

Methods

entityId()

public entityId() : int
Return values
int

entityType()

public entityType() : string
Return values
string

factory()

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

getDownloadUrlAttribute()

public getDownloadUrlAttribute() : string
Return values
string

getImageUrlAttribute()

public getImageUrlAttribute() : string
Return values
string

item()

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

itemType()

public itemType() : string
Return values
string

moduleName()

public moduleName() : string
Return values
string

newFactory()

protected static newFactory() : CommentAttachmentFactory
Return values
CommentAttachmentFactory

        
On this page

Search results