PHP 클래스 Piwik\Plugins\CoreUpdater\Controller

상속: extends Piwik\Plugin\Controller
파일 보기 프로젝트 열기: piwik/piwik 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( Updater $updater, Plugins $marketplacePlugins = null )
getUpdaterCss ( ) : string Return the base.less compiled to css
getUpdaterJs ( ) : string Return the base.less compiled to css
index ( )
isUpdatingOverHttps ( )
newVersionAvailable ( )
oneClickResults ( )
oneClickUpdate ( )
runUpdaterAndExit ( $doDryRun = null )

보호된 메소드들

메소드 설명
redirectToDashboardWhenNoError ( Updater $updater )

비공개 메소드들

메소드 설명
checkNewVersionIsAvailableOrDie ( )
doExecuteUpdates ( $view, Updater $updater, $componentsWithUpdateFile )
doWelcomeUpdates ( $view, $componentsWithUpdateFile )
getIncompatiblePlugins ( $piwikVersion )

메소드 상세

__construct() 공개 메소드

public __construct ( Updater $updater, Plugins $marketplacePlugins = null )
$updater Updater
$marketplacePlugins Piwik\Plugins\Marketplace\Plugins

getUpdaterCss() 공개 메소드

Return the base.less compiled to css
public getUpdaterCss ( ) : string
리턴 string

getUpdaterJs() 공개 메소드

Return the base.less compiled to css
public getUpdaterJs ( ) : string
리턴 string

index() 공개 메소드

public index ( )

isUpdatingOverHttps() 공개 정적인 메소드

public static isUpdatingOverHttps ( )

newVersionAvailable() 공개 메소드

public newVersionAvailable ( )

oneClickResults() 공개 메소드

public oneClickResults ( )

oneClickUpdate() 공개 메소드

public oneClickUpdate ( )

redirectToDashboardWhenNoError() 보호된 메소드

protected redirectToDashboardWhenNoError ( Updater $updater )
$updater Piwik\Updater

runUpdaterAndExit() 공개 메소드

public runUpdaterAndExit ( $doDryRun = null )