프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$model |
메소드 | 설명 | |
---|---|---|
all ( ) : Illuminate\Database\Eloquent\Collection | Get all models. | |
byId ( integer $id ) : |
Get a model by id. | |
byPage ( integer $page = 1, integer $limit = 10 ) : Illuminate\Pagination\LengthAwarePaginator | Get paginated models. | |
create ( array $data ) : |
Create a new model. | |
delete ( integer $id ) : boolean | Delete an existing model. | |
update ( array $data ) : boolean | Update an existing model. |
public all ( ) : Illuminate\Database\Eloquent\Collection | ||
리턴 | Illuminate\Database\Eloquent\Collection |