PHP Класс Piwik\Updater\Migration

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
__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