class GeoOverlay extendsModel

Properties

bool $timestamps Don't maintain timestamps for this model.
protectedarray $hidden The attributes hidden in the model's JSON form.
protectedarray $casts The attributes that should be casted to native types.

Methods

static void
boot()

The "booting" method of the model.

BelongsTo
volume()

The volume, this overlay belongs to.

string
getPathAttribute()

Get the local path to the overlay image file.

storeFile(UploadedFile$file)

Store the uploaded image file of thes geo overlay.

Details

at line45
staticprotectedvoid boot()

The "booting" method of the model.

Return Value

void

at line60
BelongsTo volume()

The volume, this overlay belongs to.

Return Value

BelongsTo

at line70
string getPathAttribute()

Get the local path to the overlay image file.

Return Value

string

at line80
storeFile(UploadedFile$file)

Store the uploaded image file of thes geo overlay.

Parameters

UploadedFile $file