class Sequence extendsModel

This model represents a sequence of volume images sorted by a specific color.

Properties

protectedstring $table The table associated with the model.
bool $timestamps Don't maintain timestamps for this model.
protectedarray $visible The attributes included in the model's JSON form. All other are hidden.
protectedarray $casts The attributes that should be casted to native types.

Methods

BelongsTo
volume()

The volume, this image belongs to.

Details

at line50
BelongsTo volume()

The volume, this image belongs to.

Return Value

BelongsTo