Method | Description | |
---|---|---|
create ( array $fields ) : |
||
getAll ( ) : Illuminate\Database\Eloquent\Collection | ||
updateById ( array $fields, integer $model_id ) : |
public getAll ( ) : Illuminate\Database\Eloquent\Collection | ||
return | Illuminate\Database\Eloquent\Collection |
public updateById ( array $fields, integer $model_id ) : |
||
$fields | array | |
$model_id | integer | |
return |