PHP Class app\http\ViewComposers\ClientHeaderComposer

Afficher le fichier Open project: Bottelet/Flarepoint-crm

Protected Properties

Свойство Type Description
$clients ClientRepository The client repository implementation.

Méthodes publiques

Méthode Description
__construct ( App\Repositories\Client\ClientRepositoryContract $clients ) : 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\Client\ClientRepositoryContract $clients ) : void
$clients App\Repositories\Client\ClientRepositoryContract
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

$clients protected_oe property

The client repository implementation.
protected ClientRepository $clients
Résultat ClientRepository