프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$tasks | taskRepository | The task repository implementation. |
메소드 | 설명 | |
---|---|---|
__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 | |
리턴 | void |