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

Return Value

void

at line 46
void onForceDelete()

Called when forceDelete is executed.

Return Value

void

at line 32
void onRestore()

Called when the model is restored.

Return Value

void

at line 39
void onSoftDelete()

Called when softDelete is executed.

Return Value

void

at line 25
restore()

No description

at line 13
ModelCollection scopeNotDeleted()

No description

Return Value

ModelCollection

at line 21
mixed softDelete()

No description

Return Value

mixed

at line 51
ModelCollection withDeleted()

No description

Return Value

ModelCollection