PendingVolume
class PendingVolume extends Model
Traits
HasFactory
Properties
| protected array<string, string> | $attributes | Default values for attributes. |
Methods
string
getMetadataFileDisk()
{@inheritdoc}
array
casts()
Get the attributes that should be cast.
static void
booted()
No description
BelongsTo
project()
No description
BelongsTo
volume()
No description
Details
at line 85
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 37
protected array
casts()
Get the attributes that should be cast.
at line 59
static protected void
booted()
No description
at line 69
BelongsTo
project()
No description
at line 77
BelongsTo
volume()
No description