PHP Class App\Http\Controllers\QuoteApiController

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

Protected Properties

Свойство Type Description
$entityType
$invoiceRepo

Méthodes publiques

Méthode Description
__construct ( InvoiceRepository $invoiceRepo )
index ( )

Method Details

__construct() public méthode

public __construct ( InvoiceRepository $invoiceRepo )
$invoiceRepo App\Ninja\Repositories\InvoiceRepository

index() public méthode

public index ( )

Property Details

$entityType protected_oe property

protected $entityType

$invoiceRepo protected_oe property

protected $invoiceRepo