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

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

            
beginCreateHistoryTable() public method

public void beginCreateHistoryTable ( string $message )
$message string

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

            
endCommand() public method

public void endCommand ( string $message )
$message string

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

            
endCreateHistoryTable() public method

public void endCreateHistoryTable ( string $message )
$message string

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

            
setIo() public method

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

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