PHP Class app\http\ViewComposers\LeadHeaderComposer

Show file Open project: Bottelet/Flarepoint-crm

Protected Properties

Property Type Description
$leads taskRepository The task repository implementation.

Public Methods

Method Description
__construct ( App\Repositories\Lead\LeadRepositoryContract $leads ) : 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\Lead\LeadRepositoryContract $leads ) : void
$leads App\Repositories\Lead\LeadRepositoryContract
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

$leads protected property

The task repository implementation.
protected taskRepository $leads
return taskRepository