PHP Class App\services\TaxRateService

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

Protected Properties

Property Type Description
$datatableService DatatableService
$taxRateRepo App\Ninja\Repositories\TaxRateRepository

Public Methods

Method Description
__construct ( TaxRateRepository $taxRateRepo, DatatableService $datatableService ) TaxRateService constructor.
getDatatable ( $accountId ) : Illuminate\Http\JsonResponse

Protected Methods

Method Description
getRepo ( ) : TaxRateRepository

Method Details

__construct() public method

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

getDatatable() public method

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

getRepo() protected method

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

Property Details

$datatableService protected property

protected DatatableService,App\services $datatableService
return DatatableService

$taxRateRepo protected property

protected TaxRateRepository,App\Ninja\Repositories $taxRateRepo
return App\Ninja\Repositories\TaxRateRepository