PHP Класс REBELinBLUE\Deployer\Composers\HeaderComposer

Показать файл Открыть проект

Открытые методы

Метод Описание
__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