0 follower

Final Class Yiisoft\Db\Migration\Informer\NullMigrationInformer

InheritanceYiisoft\Db\Migration\Informer\NullMigrationInformer
ImplementsYiisoft\Db\Migration\Informer\MigrationInformerInterface

Ignores migration process informational messages.

Method Details

Hide inherited methods

beginCommand() public method

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

                public function beginCommand(string $message): void
{
    // do nothing
}

            
beginCreateHistoryTable() public method

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

                public function beginCreateHistoryTable(string $message): void
{
    // do nothing
}

            
endCommand() public method

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

                public function endCommand(string $message): void
{
    // do nothing
}

            
endCreateHistoryTable() public method

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

                public function endCreateHistoryTable(string $message): void
{
    // do nothing
}

            
setIo() public method

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

                public function setIo(?SymfonyStyle $io): void
{
    // do nothing
}