PHP 클래스 Piwik\Updates\Updates_3_0_0_b4

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

공개 메소드들

메소드 설명
__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[]