PHP 클래스 REBELinBLUE\Deployer\Composers\HeaderComposer

파일 보기 프로젝트 열기: rebelinblue/deployer

공개 메소드들

메소드 설명
__construct ( REBELinBLUE\Deployer\Contracts\Repositories\DeploymentRepositoryInterface $deploymentRepository ) HeaderComposer constructor.
compose ( Illuminate\Contracts\View\View $view ) Generates the pending and deploying projects for the view.

메소드 상세

__construct() 공개 메소드

HeaderComposer constructor.
public __construct ( REBELinBLUE\Deployer\Contracts\Repositories\DeploymentRepositoryInterface $deploymentRepository )
$deploymentRepository REBELinBLUE\Deployer\Contracts\Repositories\DeploymentRepositoryInterface

compose() 공개 메소드

Generates the pending and deploying projects for the view.
public compose ( Illuminate\Contracts\View\View $view )
$view Illuminate\Contracts\View\View