PHP Class app\http\ViewComposers\TaskHeaderComposer

Show file Open project: Bottelet/Flarepoint-crm

Protected Properties

Property Type Description
$tasks taskRepository The task repository implementation.

Public Methods

Method Description
__construct ( App\Repositories\Task\TaskRepositoryContract $tasks ) : 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\Task\TaskRepositoryContract $tasks ) : void
$tasks App\Repositories\Task\TaskRepositoryContract
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

$tasks protected property

The task repository implementation.
protected taskRepository $tasks
return taskRepository