PendingVolume
class PendingVolume extends Model
Traits
HasFactory
Properties
protected array<int,string> | $fillable | The attributes that are mass assignable. |
|
$hidden | The attributes that should be hidden for arrays. |
||
protected array<string,string> | $casts | The attributes that should be cast. |
|
protected array<string,string> | $attributes | Default values for attributes. |
Methods
string
getMetadataFileDisk()
{@inheritdoc}
static void
booted()
No description
BelongsTo
project()
No description
BelongsTo
volume()
No description
Details
at line 88
string
getMetadataFileDisk()
{@inheritdoc}
in
HasMetadataFile at line 20
bool
hasMetadata()
No description
in
HasMetadataFile at line 25
void
saveMetadata(UploadedFile $file)
No description
in
HasMetadataFile at line 35
VolumeMetadata|null
getMetadata()
No description
in
HasMetadataFile at line 67
void
deleteMetadata(bool $noUpdate = false)
No description
at line 68
static protected void
booted()
No description
at line 75
BelongsTo
project()
No description
at line 80
BelongsTo
volume()
No description