0 follower

Interface Yiisoft\Db\Migration\Informer\MigrationInformerInterface

Implemented byYiisoft\Db\Migration\Informer\ConsoleMigrationInformer, Yiisoft\Db\Migration\Informer\NullMigrationInformer

Handles migration process informational messages.

Method Details

Hide inherited methods

beginCommand() public abstract method

public abstract void beginCommand ( string $message )
$message string

                public function beginCommand(string $message): void;

            
beginCreateHistoryTable() public abstract method

public abstract void beginCreateHistoryTable ( string $message )
$message string

                public function beginCreateHistoryTable(string $message): void;

            
endCommand() public abstract method

public abstract void endCommand ( string $message )
$message string

                public function endCommand(string $message): void;

            
endCreateHistoryTable() public abstract method

public abstract void endCreateHistoryTable ( string $message )
$message string

                public function endCreateHistoryTable(string $message): void;

            
setIo() public abstract method

public abstract void setIo ( ?\Symfony\Component\Console\Style\SymfonyStyle $io )
$io ?\Symfony\Component\Console\Style\SymfonyStyle

                public function setIo(?SymfonyStyle $io): void;