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
$id
    public
        int
    $id
    
    
    
    
$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
intentityType()
    public
                    entityType() : string
    Return values
stringfactory()
    public
            static        factory(mixed $parameters) : DiskFactory
    Parameters
- $parameters : mixed
 
Return values
DiskFactorygetTitleAttribute()
    public
                    getTitleAttribute() : mixed
    moduleName()
    public
                    moduleName() : string
    Return values
stringbooted()
    protected
            static        booted() : mixed
    newFactory()
    protected
            static        newFactory() : DiskFactory