Method | Description | |
---|---|---|
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 ( ) : |
Reloads the model from the database. | |
softDeletesEnabled ( ) : boolean | Static method which returns wether soft delete functionality is enabled on the model. |
Method | Description | |
---|---|---|
getFreshInstance ( ) : |
Returns a fresh instance from the database. | |
newBaseQueryBuilder ( ) : |
Get a new query builder instance for the connection. |
public areSoftDeletesEnabled ( ) : boolean | ||
return | boolean |
protected getFreshInstance ( ) : |
||
return |
public getObservableEvents ( ) : array | ||
return | array |
protected newBaseQueryBuilder ( ) : |
||
return |
public reload ( ) : |
||
return |
public static softDeletesEnabled ( ) : boolean | ||
return | boolean |