PHP Класс App\services\ProductService

Наследование: extends Stevenmaguire\Laravel\Services\EloquentCache, implements App\Contracts\Productable
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$datatableService DatatableService
$productRepo App\Ninja\Repositories\ProductRepository

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

Метод Описание
__construct ( DatatableService $datatableService, ProductRepository $productRepo ) ProductService constructor.
getDatatable ( $accountId, $search ) : Illuminate\Http\JsonResponse

Защищенные методы

Метод Описание
getRepo ( ) : ProductRepository

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

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

ProductService constructor.
public __construct ( DatatableService $datatableService, ProductRepository $productRepo )
$datatableService DatatableService
$productRepo App\Ninja\Repositories\ProductRepository

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

public getDatatable ( $accountId, $search ) : Illuminate\Http\JsonResponse
$accountId
Результат Illuminate\Http\JsonResponse

getRepo() защищенный Метод

protected getRepo ( ) : ProductRepository
Результат App\Ninja\Repositories\ProductRepository

Описание свойств

$datatableService защищенное свойство

protected DatatableService,App\services $datatableService
Результат DatatableService

$productRepo защищенное свойство

protected ProductRepository,App\Ninja\Repositories $productRepo
Результат App\Ninja\Repositories\ProductRepository