PHP 클래스 Piwik\Updates\Updates_2_14_2

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

공개 메소드들

메소드 설명
__construct ( Factory $factory )
doUpdate ( Updater $updater )
getMigrations ( Updater $updater ) : array Removes option entries for columns that are marked as installed but are actually no longer installed due to a bug in previous versions where the option entries were not correctly removed.

비공개 메소드들

메소드 설명
buildRemoveOptionEntrySql ( $optionName )
getActuallyExistingColumns ( string $tableName ) : array
getMarkedAsInstalledColumns ( string $componentPrefix ) : array
getMigrationsThatRemoveOptionEntriesOfNotActuallyInstalledColumns ( $dimensionPrefix, $tableName )
getNotActuallyInstalledColumnNames ( string $componentPrefix, string $tableName ) : array

메소드 상세

__construct() 공개 메소드

public __construct ( Factory $factory )
$factory Piwik\Updater\Migration\Factory

doUpdate() 공개 메소드

public doUpdate ( Updater $updater )
$updater Piwik\Updater

getMigrations() 공개 메소드

Removes option entries for columns that are marked as installed but are actually no longer installed due to a bug in previous versions where the option entries were not correctly removed.
public getMigrations ( Updater $updater ) : array
$updater Piwik\Updater
리턴 array