PHP 클래스 Piwik\Plugins\Goals\Updates_3_0_0_b1

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

공개 메소드들

메소드 설명
__construct ( Factory $factory )
doUpdate ( Updater $updater ) Here you can define any action that should be performed during the update. For instance executing SQL statements, renaming config entries, updating files, etc.
getMigrations ( Updater $updater ) : Migration[] Here you can define one or multiple SQL statements that should be executed during the update.

메소드 상세

__construct() 공개 메소드

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

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

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[]