메소드 | 설명 | |
---|---|---|
create ( array $fields ) : |
||
deleteById ( integer $model_id ) : boolean | ||
getAll ( ) : Illuminate\Database\Eloquent\Collection | ||
updateById ( array $fields, integer $model_id ) : |
public getAll ( ) : Illuminate\Database\Eloquent\Collection | ||
리턴 | Illuminate\Database\Eloquent\Collection |
public updateById ( array $fields, integer $model_id ) : |
||
$fields | array | |
$model_id | integer | |
리턴 |