Piwik\Updates\Updates_2_13_1::doUpdate PHP Метод

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

Here you can define any action that should be performed during the update. For instance executing SQL statements, renaming config entries, updating files, etc.
public doUpdate ( Updater $updater )
$updater Piwik\Updater
    public function doUpdate(Updater $updater)
    {
        $updater->executeMigrations(__FILE__, $this->getMigrations($updater));
    }