interface SoftDeleteInterface

Interface SoftDeleteInterface

Methods

forceDelete()

No description

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 21
forceDelete()

No description

at line 14
initSoftDeleteTrait()

No description

at line 44
void onForceDelete()

Called when forceDelete is executed.

Return Value

void

at line 30
void onRestore()

Called when the model is restored.

Return Value

void

at line 37
void onSoftDelete()

Called when softDelete is executed.

Return Value

void

at line 23
restore()

No description

at line 11
ModelCollection scopeNotDeleted()

No description

Return Value

ModelCollection

at line 19
mixed softDelete()

No description

Return Value

mixed

at line 49
ModelCollection withDeleted()

No description

Return Value

ModelCollection