PHP 클래스 Piwik\Updater\Migration

파일 보기 프로젝트 열기: piwik/piwik 1 사용 예제들

공개 메소드들

메소드 설명
__toString ( ) : string Get a description of what the migration actually does. For example "Activate plugin $plugin" or "SELECT * FROM table".
exec ( ) : void Executes the migration.
shouldIgnoreError ( Exception $exception ) : boolean Decides whether an error should be ignored or not.

메소드 상세

__toString() 추상적인 공개 메소드

Get a description of what the migration actually does. For example "Activate plugin $plugin" or "SELECT * FROM table".
abstract public __toString ( ) : string
리턴 string

exec() 추상적인 공개 메소드

Executes the migration.
abstract public exec ( ) : void
리턴 void

shouldIgnoreError() 공개 메소드

Decides whether an error should be ignored or not.
public shouldIgnoreError ( Exception $exception ) : boolean
$exception Exception
리턴 boolean