PHP Class app\http\ViewComposers\LeadHeaderComposer

Afficher le fichier Open project: Bottelet/Flarepoint-crm

Protected Properties

Свойство Type Description
$leads taskRepository The task repository implementation.

Méthodes publiques

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

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

$leads protected_oe property

The task repository implementation.
protected taskRepository $leads
Résultat taskRepository