PHP Class app\http\ViewComposers\TaskHeaderComposer

Afficher le fichier Open project: Bottelet/Flarepoint-crm

Protected Properties

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

Méthodes publiques

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

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

$tasks protected_oe property

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