GeoOverlay
class GeoOverlay extendsModel
Properties
bool | $timestamps | Don't maintain timestamps for this model. | |
$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.
at line60
BelongsTo
volume()
The volume, this overlay belongs to.
at line70
string
getPathAttribute()
Get the local path to the overlay image file.
at line80
storeFile(UploadedFile$file)
Store the uploaded image file of thes geo overlay.