PHP Class app\http\ViewComposers\InvoiceHeaderComposer

Show file Open project: Bottelet/Flarepoint-crm

Protected Properties

Property Type Description
$invoices invoiceRepository The invoice repository implementation.

Public Methods

Method Description
__construct ( App\Repositories\invoice\InvoiceRepositoryContract $invoices ) : void Create a new profile composer.
compose ( Illuminate\View\View $view ) : void Bind data to the view.

Method Details

__construct() public method

Create a new profile composer.
public __construct ( App\Repositories\invoice\InvoiceRepositoryContract $invoices ) : void
$invoices App\Repositories\invoice\InvoiceRepositoryContract
return void

compose() public method

Bind data to the view.
public compose ( Illuminate\View\View $view ) : void
$view Illuminate\View\View
return void

Property Details

$invoices protected property

The invoice repository implementation.
protected invoiceRepository $invoices
return invoiceRepository