PHP Class REBELinBLUE\Deployer\Composers\VersionComposer

ファイルを表示 Open project: rebelinblue/deployer

Public Methods

Method Description
__construct ( REBELinBLUE\Deployer\Contracts\Github\LatestReleaseInterface $release ) VersionComposer constructor.
compose ( Illuminate\Contracts\View\View $view ) Determines if the update prompt should show.

Method Details

__construct() public method

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

compose() public method

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