MetaFox

Disk extends Model
in package
implements Entity Uses HasEntity, HasFactory

Class Disk.

Table of Contents

Interfaces

Entity
Interface Entity.

Constants

ENTITY_TYPE  = 'storage_disks'

Properties

$id  : int
$is_system  : bool
$label  : string
$name  : string
$target  : string
$title  : string
$fillable  : array<string|int, string>
$table  : mixed

Methods

entityId()  : int
entityType()  : string
factory()  : DiskFactory
getTitleAttribute()  : mixed
moduleName()  : string
booted()  : mixed
newFactory()  : DiskFactory

Constants

ENTITY_TYPE

public mixed ENTITY_TYPE = 'storage_disks'

Properties

$is_system

public bool $is_system

$label

public string $label

$name

public string $name

$target

public string $target

$title

public string $title

$fillable

protected array<string|int, string> $fillable = ['id', 'name', 'label', 'target', 'is_system']

$table

protected mixed $table = 'storage_disks'

Methods

entityId()

public entityId() : int
Return values
int

entityType()

public entityType() : string
Return values
string

factory()

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

getTitleAttribute()

public getTitleAttribute() : mixed

moduleName()

public moduleName() : string
Return values
string

booted()

protected static booted() : mixed

newFactory()

protected static newFactory() : DiskFactory
Return values
DiskFactory

        
On this page

Search results