PHP 클래스 App\services\AccountGatewayService

상속: extends BaseService
파일 보기 프로젝트 열기: hillelcoren/invoice-ninja

보호된 프로퍼티들

프로퍼티 타입 설명
$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