PHP Class App\Http\Controllers\TaxRateController

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

Protected Properties

Свойство Type Description
$taxRateRepo
$taxRateService

Méthodes publiques

Méthode Description
__construct ( TaxRateService $taxRateService, TaxRateRepository $taxRateRepo )
bulk ( )
create ( )
edit ( $publicId )
getDatatable ( )
index ( )
store ( CreateTaxRateRequest $request )
update ( UpdateTaxRateRequest $request, $publicId )

Method Details

__construct() public méthode

public __construct ( TaxRateService $taxRateService, TaxRateRepository $taxRateRepo )
$taxRateService App\services\TaxRateService
$taxRateRepo App\Ninja\Repositories\TaxRateRepository

bulk() public méthode

public bulk ( )

create() public méthode

public create ( )

edit() public méthode

public edit ( $publicId )

getDatatable() public méthode

public getDatatable ( )

index() public méthode

public index ( )

store() public méthode

public store ( CreateTaxRateRequest $request )
$request App\Http\Requests\CreateTaxRateRequest

update() public méthode

public update ( UpdateTaxRateRequest $request, $publicId )
$request App\Http\Requests\UpdateTaxRateRequest

Property Details

$taxRateRepo protected_oe property

protected $taxRateRepo

$taxRateService protected_oe property

protected $taxRateService