Property | Type | Description | |
---|---|---|---|
$output | Symfony\Component\Console\Output\OutputInterface | ||
$version | string |
Method | Description | |
---|---|---|
configure ( ) | ||
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) | ||
getDevelopmentUpdater ( ) | ||
getGithubReleasesUpdater ( Humbug\SelfUpdate\Updater $updater ) | ||
getMostRecentNonDevUpdater ( ) | ||
getPreReleaseUpdater ( ) | ||
getStableUpdater ( ) | ||
printAvailableUpdates ( ) | ||
printCurrentDevVersion ( ) | ||
printCurrentLocalVersion ( ) | ||
printCurrentPreReleaseVersion ( ) | ||
printCurrentStableVersion ( ) | ||
printVersion ( Humbug\SelfUpdate\Updater $updater ) | ||
rollback ( ) | ||
update ( Humbug\SelfUpdate\Updater $updater ) | ||
updateToDevelopmentBuild ( ) | ||
updateToMostRecentNonDevRemote ( ) | ||
updateToPreReleaseBuild ( ) | ||
updateToStableBuild ( ) |
protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) | ||
$input | Symfony\Component\Console\Input\InputInterface | |
$output | Symfony\Component\Console\Output\OutputInterface |
protected getGithubReleasesUpdater ( Humbug\SelfUpdate\Updater $updater ) | ||
$updater | Humbug\SelfUpdate\Updater |
protected printVersion ( Humbug\SelfUpdate\Updater $updater ) | ||
$updater | Humbug\SelfUpdate\Updater |
protected update ( Humbug\SelfUpdate\Updater $updater ) | ||
$updater | Humbug\SelfUpdate\Updater |
protected OutputInterface,Symfony\Component\Console\Output $output | ||
return | Symfony\Component\Console\Output\OutputInterface |