PHP Class App\services\AccountGatewayService

Inheritance: extends BaseService
Afficher le fichier Open project: hillelcoren/invoice-ninja

Protected Properties

Свойство Type Description
$accountGatewayRepo App\Ninja\Repositories\AccountGatewayRepository
$datatableService DatatableService

Méthodes publiques

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

Méthodes protégées

Méthode Description
getRepo ( ) : AccountGatewayRepository

Method Details

__construct() public méthode

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

getDatatable() public méthode

public getDatatable ( $accountId ) : Illuminate\Http\JsonResponse
$accountId
Résultat Illuminate\Http\JsonResponse

getRepo() protected méthode

protected getRepo ( ) : AccountGatewayRepository
Résultat App\Ninja\Repositories\AccountGatewayRepository

Property Details

$accountGatewayRepo protected_oe property

protected AccountGatewayRepository,App\Ninja\Repositories $accountGatewayRepo
Résultat App\Ninja\Repositories\AccountGatewayRepository

$datatableService protected_oe property

protected DatatableService,App\services $datatableService
Résultat DatatableService