Sequence
class Sequence extends Model
This model represents a sequence of volume images sorted by a specific color.
Properties
protected string | $table | The table associated with the model. |
|
bool | $timestamps | Don't maintain timestamps for this model. |
|
protected array | $visible | The attributes included in the model's JSON form. All other are hidden. |
|
protected array | $casts | The attributes that should be casted to native types. |
Methods
BelongsTo
volume()
The volume, this image belongs to.
Details
at line 50
BelongsTo
volume()
The volume, this image belongs to.