MetaFox

AttachmentFileType extends Model
in package
implements Entity Uses HasEntity, HasFactory

Class AttachmentFileType.

Table of Contents

Interfaces

Entity
Interface Entity.

Constants

ENTITY_TYPE  = 'core_attachment_file_type'

Properties

$extension  : string
$id  : int
$is_active  : int
$mime_type  : string
$timestamps  : mixed
$fillable  : array<string|int, string>
$table  : mixed

Methods

entityId()  : int
entityType()  : string
factory()  : AttachmentFileTypeFactory
getAdminBrowseUrlAttribute()  : string
moduleName()  : string
booted()  : void
The "booted" method of the model.
newFactory()  : AttachmentFileTypeFactory

Constants

Properties

$fillable

protected array<string|int, string> $fillable = ['extension', 'mime_type', 'is_active']

Methods

entityId()

public entityId() : int
Return values
int

entityType()

public entityType() : string
Return values
string

factory()

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

getAdminBrowseUrlAttribute()

public getAdminBrowseUrlAttribute() : string
Return values
string

moduleName()

public moduleName() : string
Return values
string

booted()

The "booted" method of the model.

protected static booted() : void
Tags
SuppressWarnings

(PHPMD.UnusedFormalParameter)

newFactory()

protected static newFactory() : AttachmentFileTypeFactory
Return values
AttachmentFileTypeFactory

        
On this page

Search results