PHP Class REBELinBLUE\Deployer\Composers\HeaderComposer

Afficher le fichier Open project: rebelinblue/deployer

Méthodes publiques

Méthode 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 méthode

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

compose() public méthode

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