PHP 클래스 App\Http\Controllers\TaxRateController

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

보호된 프로퍼티들

프로퍼티 타입 설명
$taxRateRepo
$taxRateService

공개 메소드들

메소드 설명
__construct ( TaxRateService $taxRateService, TaxRateRepository $taxRateRepo )
bulk ( )
create ( )
edit ( $publicId )
getDatatable ( )
index ( )
store ( CreateTaxRateRequest $request )
update ( UpdateTaxRateRequest $request, $publicId )

메소드 상세

__construct() 공개 메소드

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

bulk() 공개 메소드

public bulk ( )

create() 공개 메소드

public create ( )

edit() 공개 메소드

public edit ( $publicId )

getDatatable() 공개 메소드

public getDatatable ( )

index() 공개 메소드

public index ( )

store() 공개 메소드

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

update() 공개 메소드

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

프로퍼티 상세

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

protected $taxRateRepo

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

protected $taxRateService