PHP 클래스 App\services\TaxRateService

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

보호된 프로퍼티들

프로퍼티 타입 설명
$datatableService DatatableService
$taxRateRepo App\Ninja\Repositories\TaxRateRepository

공개 메소드들

메소드 설명
__construct ( TaxRateRepository $taxRateRepo, DatatableService $datatableService ) TaxRateService constructor.
getDatatable ( $accountId ) : Illuminate\Http\JsonResponse

보호된 메소드들

메소드 설명
getRepo ( ) : TaxRateRepository

메소드 상세

__construct() 공개 메소드

TaxRateService constructor.
public __construct ( TaxRateRepository $taxRateRepo, DatatableService $datatableService )
$taxRateRepo App\Ninja\Repositories\TaxRateRepository
$datatableService DatatableService

getDatatable() 공개 메소드

public getDatatable ( $accountId ) : Illuminate\Http\JsonResponse
$accountId
리턴 Illuminate\Http\JsonResponse

getRepo() 보호된 메소드

protected getRepo ( ) : TaxRateRepository
리턴 App\Ninja\Repositories\TaxRateRepository

프로퍼티 상세

$datatableService 보호되어 있는 프로퍼티

protected DatatableService,App\services $datatableService
리턴 DatatableService

$taxRateRepo 보호되어 있는 프로퍼티

protected TaxRateRepository,App\Ninja\Repositories $taxRateRepo
리턴 App\Ninja\Repositories\TaxRateRepository