PHP Класс App\services\AccountGatewayService

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

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

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

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

Метод Описание
__construct ( AccountGatewayRepository $accountGatewayRepo, DatatableService $datatableService ) AccountGatewayService constructor.
getDatatable ( $accountId ) : Illuminate\Http\JsonResponse

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

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

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

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

AccountGatewayService constructor.
public __construct ( AccountGatewayRepository $accountGatewayRepo, DatatableService $datatableService )
$accountGatewayRepo App\Ninja\Repositories\AccountGatewayRepository
$datatableService DatatableService

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

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

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

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

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

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

protected AccountGatewayRepository,App\Ninja\Repositories $accountGatewayRepo
Результат App\Ninja\Repositories\AccountGatewayRepository

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

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