PHP Class REBELinBLUE\Deployer\Composers\HeaderComposer

Datei anzeigen Open project: rebelinblue/deployer

Public Methods

Method Description
__construct ( REBELinBLUE\Deployer\Contracts\Repositories\DeploymentRepositoryInterface $deploymentRepository ) HeaderComposer constructor.
compose ( Illuminate\Contracts\View\View $view ) Generates the pending and deploying projects for the view.

Method Details

__construct() public method

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

compose() public method

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