PHP Класс Piwik\Updates\Updates_3_0_0_b4

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

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

Метод Описание
__construct ( Factory $factory )
doUpdate ( Updater $updater )
getMigrations ( Updater $updater ) : Migration[] Here you can define one or multiple SQL statements that should be executed during the update.

Приватные методы

Метод Описание
getUserDatabaseMigrations ( Migration[] $queries ) : Migration[] Returns database migrations for this update.
getUserPasswordMigrations ( Migration[] $queries ) : Migration[] Returns migrations to hash existing password with bcrypt.

Описание методов

__construct() публичный Метод

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

doUpdate() публичный Метод

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

getMigrations() публичный Метод

Here you can define one or multiple SQL statements that should be executed during the update.
public getMigrations ( Updater $updater ) : Migration[]
$updater Piwik\Updater
Результат Piwik\Updater\Migration[]