PHP Class App\services\AccountGatewayService

Inheritance: extends BaseService
Show file Open project: hillelcoren/invoice-ninja

Protected Properties

Property Type Description
$accountGatewayRepo App\Ninja\Repositories\AccountGatewayRepository
$datatableService DatatableService

Public Methods

Method Description
__construct ( AccountGatewayRepository $accountGatewayRepo, DatatableService $datatableService ) AccountGatewayService constructor.
getDatatable ( $accountId ) : Illuminate\Http\JsonResponse

Protected Methods

Method Description
getRepo ( ) : AccountGatewayRepository

Method Details

__construct() public method

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

getDatatable() public method

public getDatatable ( $accountId ) : Illuminate\Http\JsonResponse
$accountId
return Illuminate\Http\JsonResponse

getRepo() protected method

protected getRepo ( ) : AccountGatewayRepository
return App\Ninja\Repositories\AccountGatewayRepository

Property Details

$accountGatewayRepo protected property

protected AccountGatewayRepository,App\Ninja\Repositories $accountGatewayRepo
return App\Ninja\Repositories\AccountGatewayRepository

$datatableService protected property

protected DatatableService,App\services $datatableService
return DatatableService