RecycledObject
class RecycledObject extends Model implements Segragatable
Traits
Properties
protected string | $table | The table associated with the model. | |
protected array | $fillable | The attributes that are mass assignable. |
Methods
MorphTo
recyclable()
Recycled object.
BelongsTo
user()
User responsible for the action.
object
attributes()
RecycledObject attributes.
Details
in Segragating at line 29
static null
bootSegragating()
Register EntityScope for Model.
in Segragating at line 54
HasOne
entity()
Model's Parent Entity.
in ModelTablePrefix at line 20
getTable()
Determine the model table name
at line 57
MorphTo
recyclable()
Recycled object.
at line 67
BelongsTo
user()
User responsible for the action.
at line 77
object
attributes()
RecycledObject attributes.