PHP Класс App\Repositories\Recipe\EloquentRecipe

Наследование: extends App\Repositories\AbstractEloquentRepository, implements RecipeInterface
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( Model $recipe ) : void Create a new repository instance.
byPage ( integer $page = 1, integer $limit = 10 ) : Illuminate\Pagination\LengthAwarePaginator Get paginated recipes.

Описание методов

__construct() публичный Метод

Create a new repository instance.
public __construct ( Model $recipe ) : void
$recipe Illuminate\Database\Eloquent\Model
Результат void

byPage() публичный Метод

Get paginated recipes.
public byPage ( integer $page = 1, integer $limit = 10 ) : Illuminate\Pagination\LengthAwarePaginator
$page integer Page number
$limit integer Number of recipes per page
Результат Illuminate\Pagination\LengthAwarePaginator