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 beginCommand( string $message ): void
$message string

                public function beginCommand(string $message): void;

            
beginCreateHistoryTable() public abstract method

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

                public function beginCreateHistoryTable(string $message): void;

            
endCommand() public abstract method

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

                public function endCommand(string $message): void;

            
endCreateHistoryTable() public abstract method

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

                public function endCreateHistoryTable(string $message): void;

            
setIo() public abstract method

public abstract setIo( \Symfony\Component\Console\Style\SymfonyStyle|null $io ): void
$io \Symfony\Component\Console\Style\SymfonyStyle|null

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