PHP 클래스 App\Http\Controllers\QuoteController

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

보호된 프로퍼티들

프로퍼티 타입 설명
$clientRepo
$entityType
$invoiceRepo
$invoiceService
$mailer

공개 메소드들

메소드 설명
__construct ( ContactMailer $mailer, InvoiceRepository $invoiceRepo, ClientRepository $clientRepo, InvoiceService $invoiceService )
approve ( $invitationKey )
bulk ( )
create ( App\Http\Requests\InvoiceRequest $request, $clientPublicId )
getDatatable ( $clientPublicId = null )
index ( )

비공개 메소드들

메소드 설명
getViewModel ( )

메소드 상세

__construct() 공개 메소드

public __construct ( ContactMailer $mailer, InvoiceRepository $invoiceRepo, ClientRepository $clientRepo, InvoiceService $invoiceService )
$mailer App\Ninja\Mailers\ContactMailer
$invoiceRepo App\Ninja\Repositories\InvoiceRepository
$clientRepo App\Ninja\Repositories\ClientRepository
$invoiceService App\services\InvoiceService

approve() 공개 메소드

public approve ( $invitationKey )

bulk() 공개 메소드

public bulk ( )

create() 공개 메소드

public create ( App\Http\Requests\InvoiceRequest $request, $clientPublicId )
$request App\Http\Requests\InvoiceRequest

getDatatable() 공개 메소드

public getDatatable ( $clientPublicId = null )

index() 공개 메소드

public index ( )

프로퍼티 상세

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

protected $clientRepo

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

protected $entityType

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

protected $invoiceRepo

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

protected $invoiceService

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

protected $mailer