PHP 클래스 REBELinBLUE\Deployer\Composers\VersionComposer

파일 보기 프로젝트 열기: rebelinblue/deployer

공개 메소드들

메소드 설명
__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