PHP 클래스 app\http\ViewComposers\TaskHeaderComposer

파일 보기 프로젝트 열기: Bottelet/Flarepoint-crm

보호된 프로퍼티들

프로퍼티 타입 설명
$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.

메소드 상세

__construct() 공개 메소드

Create a new profile composer.
public __construct ( App\Repositories\Task\TaskRepositoryContract $tasks ) : void
$tasks App\Repositories\Task\TaskRepositoryContract
리턴 void

compose() 공개 메소드

Bind data to the view.
public compose ( Illuminate\View\View $view ) : void
$view Illuminate\View\View
리턴 void

프로퍼티 상세

$tasks 보호되어 있는 프로퍼티

The task repository implementation.
protected taskRepository $tasks
리턴 taskRepository