PHP Класс App\services\ActivityService

Наследование: extends BaseService
Показать файл Открыть проект

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

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

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

Метод Описание
__construct ( ActivityRepository $activityRepo, DatatableService $datatableService ) ActivityService constructor.
getDatatable ( null $clientPublicId = null ) : Illuminate\Http\JsonResponse

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

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

ActivityService constructor.
public __construct ( ActivityRepository $activityRepo, DatatableService $datatableService )
$activityRepo App\Ninja\Repositories\ActivityRepository
$datatableService DatatableService

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

public getDatatable ( null $clientPublicId = null ) : Illuminate\Http\JsonResponse
$clientPublicId null
Результат Illuminate\Http\JsonResponse

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

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

protected ActivityRepository,App\Ninja\Repositories $activityRepo
Результат App\Ninja\Repositories\ActivityRepository

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

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