SoftDeleteInterface
interface SoftDeleteInterface
Interface SoftDeleteInterface
Methods
forceDelete()
No description
void
initSoftDeleteTrait()
No description
void
onForceDelete()
Called when forceDelete is executed.
void
onRestore()
Called when the model is restored.
void
onSoftDelete()
Called when softDelete is executed.
restore()
No description
scopeNotDeleted()
No description
mixed
softDelete()
No description
withDeleted()
No description
Details
at line 23
forceDelete()
No description
at line 16
void
initSoftDeleteTrait()
No description
at line 46
void
onForceDelete()
Called when forceDelete is executed.
at line 32
void
onRestore()
Called when the model is restored.
at line 39
void
onSoftDelete()
Called when softDelete is executed.
at line 25
restore()
No description
at line 13
ModelCollection
scopeNotDeleted()
No description
at line 21
mixed
softDelete()
No description
at line 51
ModelCollection
withDeleted()
No description