PHP Class app\http\ViewComposers\ClientHeaderComposer

Show file Open project: Bottelet/Flarepoint-crm

Protected Properties

Property Type Description
$clients ClientRepository The client repository implementation.

Public Methods

Method 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 method

Create a new profile composer.
public __construct ( App\Repositories\Client\ClientRepositoryContract $clients ) : void
$clients App\Repositories\Client\ClientRepositoryContract
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

$clients protected property

The client repository implementation.
protected ClientRepository $clients
return ClientRepository