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

static null
bootSegragating()

Register EntityScope for Model.

HasOne
entity()

Model's Parent Entity.

getTable()

Determine the model table name

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.

Return Value

null

in Segragating at line 54
HasOne entity()

Model's Parent Entity.

Return Value

HasOne

in ModelTablePrefix at line 20
getTable()

Determine the model table name

at line 57
MorphTo recyclable()

Recycled object.

Return Value

MorphTo

at line 67
BelongsTo user()

User responsible for the action.

Return Value

BelongsTo

at line 77
object attributes()

RecycledObject attributes.

Return Value

object