PHP Class App\services\TaxRateService

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

Protected Properties

Свойство Type Description
$datatableService DatatableService
$taxRateRepo App\Ninja\Repositories\TaxRateRepository

Méthodes publiques

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

Méthodes protégées

Méthode Description
getRepo ( ) : TaxRateRepository

Method Details

__construct() public méthode

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

getDatatable() public méthode

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

getRepo() protected méthode

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

Property Details

$datatableService protected_oe property

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

$taxRateRepo protected_oe property

protected TaxRateRepository,App\Ninja\Repositories $taxRateRepo
Résultat App\Ninja\Repositories\TaxRateRepository