PHP Класс Piwik\Updates\Updates_2_14_2

Наследование: extends Piwik\Updates
Показать файл Открыть проект

Открытые методы

Метод Описание
__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