Property | Type | Description | |
---|---|---|---|
$model |
Method | Description | |
---|---|---|
__construct ( Illuminate\Container\Container $app ) | ||
count ( ) : integer | Count. | |
getModel ( ) : |
Get model. | |
makeModel ( ) : |
makeModel. | |
max ( string $field = 'id' ) : integer | Max. | |
min ( string $field = 'id' ) : integer | Min. | |
model ( ) | ||
onlyMe ( $field = 'user_id', $owner_id = null ) | me. | |
onlyTrashed ( ) | Only trashed. | |
sum ( string $field = 'id' ) : integer | Sum. | |
withTrashed ( ) | Add trashed. | |
withoutTrashed ( ) | Without trashed. |
public __construct ( Illuminate\Container\Container $app ) | ||
$app | Illuminate\Container\Container |
public getModel ( ) : |
||
return |
public makeModel ( ) : |
||
return |