메소드 |
설명 |
|
areSoftDeletesEnabled ( ) : boolean |
Returns wether soft delete functionality is enabled on the model or not. |
|
getObservableEvents ( ) : array |
Get the observable event names. |
|
moved ( Closure | string $callback, $priority ) : void |
Register a moved model event with the dispatcher. |
|
moving ( Closure | string $callback, $priority ) : void |
Register a moving model event with the dispatcher. |
|
reload ( ) : Node |
Reloads the model from the database. |
|
softDeletesEnabled ( ) : boolean |
Static method which returns wether soft delete functionality is enabled
on the model. |
|