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

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

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

Метод Описание
__construct ( REBELinBLUE\Deployer\Contracts\Github\LatestReleaseInterface $release ) VersionComposer constructor.
compose ( Illuminate\Contracts\View\View $view ) Determines if the update prompt should show.

Описание методов

__construct() публичный Метод

VersionComposer constructor.
public __construct ( REBELinBLUE\Deployer\Contracts\Github\LatestReleaseInterface $release )
$release REBELinBLUE\Deployer\Contracts\Github\LatestReleaseInterface

compose() публичный Метод

Determines if the update prompt should show.
public compose ( Illuminate\Contracts\View\View $view )
$view Illuminate\Contracts\View\View