PHP Class app\http\ViewComposers\InvoiceHeaderComposer

Afficher le fichier Open project: Bottelet/Flarepoint-crm

Protected Properties

Свойство Type Description
$invoices invoiceRepository The invoice repository implementation.

Méthodes publiques

Méthode 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 méthode

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

compose() public méthode

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

Property Details

$invoices protected_oe property

The invoice repository implementation.
protected invoiceRepository $invoices
Résultat invoiceRepository