PHP Class app\http\controllers\TaxRateController

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

Protected Properties

Property Type Description
$taxRateRepo
$taxRateService

Public Methods

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

Method Details

__construct() public method

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

bulk() public method

public bulk ( )

create() public method

public create ( )

edit() public method

public edit ( $publicId )

getDatatable() public method

public getDatatable ( )

index() public method

public index ( )

store() public method

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

update() public method

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

Property Details

$taxRateRepo protected property

protected $taxRateRepo

$taxRateService protected property

protected $taxRateService