PHP 클래스 Piwik\Plugins\CoreUpdater\Commands\Update

상속: extends Piwik\Plugin\ConsoleCommand
파일 보기 프로젝트 열기: piwik/piwik

보호된 메소드들

메소드 설명
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) Execute command like: ./console core:update --yes
executeClearCaches ( )
makeUpdate ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, $doDryRun )
writeAlertMessageWhenCommandExecutedWithUnexpectedUser ( Symfony\Component\Console\Output\OutputInterface $output )

비공개 메소드들

메소드 설명
askForUpdateConfirmation ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
doDryRun ( Updater $updater, Symfony\Component\Console\Output\OutputInterface $output )
doRealUpdate ( Updater $updater, $componentsWithUpdateFile, Symfony\Component\Console\Output\OutputInterface $output )
getCurrentVersionForCore ( Updater $updater )
getDimensionsToUpdate ( $componentsWithUpdateFile )
getMigrationQueriesToExecute ( Updater $updater )
getPluginsToUpdate ( $componentsWithUpdateFile )
getUpdateHelpMessage ( )
handleCoreError ( Symfony\Component\Console\Output\OutputInterface $output, $errors, $includeDiyHelp = false )
isUpdatingCore ( $componentsWithUpdateFile )
makeUpdaterInstance ( Symfony\Component\Console\Output\OutputInterface $output )
outputUpdaterErrors ( Symfony\Component\Console\Output\OutputInterface $output, $errors, $deactivatedPlugins )
outputUpdaterWarnings ( Symfony\Component\Console\Output\OutputInterface $output, $warnings )

메소드 상세

configure() 보호된 메소드

protected configure ( )

execute() 보호된 메소드

Execute command like: ./console core:update --yes
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

executeClearCaches() 보호된 메소드

protected executeClearCaches ( )

makeUpdate() 보호된 메소드

protected makeUpdate ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, $doDryRun )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

writeAlertMessageWhenCommandExecutedWithUnexpectedUser() 보호된 메소드

protected writeAlertMessageWhenCommandExecutedWithUnexpectedUser ( Symfony\Component\Console\Output\OutputInterface $output )
$output Symfony\Component\Console\Output\OutputInterface