SoftDeletingScope
class SoftDeletingScope implements Scope
Properties
protected array | $extensions | All of the extensions to be added to the builder. |
Methods
string
void
void
void
void
Details
at line 21
void
apply(Builder $builder, Model $model)
Apply the scope to a given Eloquent query builder.
at line 32
void
extend(Builder $builder)
Extend the query builder with the needed functions.
at line 53
protected string
getDeletedAtColumn(Builder $builder)
Get the "deleted at" column for the builder.
at line 68
protected void
addRestore(Builder $builder)
Add the restore extension to the builder.
at line 83
protected void
addWithTrashed(Builder $builder)
Add the with-trashed extension to the builder.
at line 96
protected void
addWithoutTrashed(Builder $builder)
Add the without-trashed extension to the builder.
at line 115
protected void
addOnlyTrashed(Builder $builder)
Add the only-trashed extension to the builder.