Property | Type | Description | |
---|---|---|---|
$tasks | taskRepository | The task repository implementation. |
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. |
public __construct ( App\Repositories\Task\TaskRepositoryContract $tasks ) : void | ||
$tasks | App\Repositories\Task\TaskRepositoryContract | |
return | void |