Phpmig\Console\Command\AbstractCommand::bootstrapMigrator PHP Méthode

bootstrapMigrator() protected méthode

protected bootstrapMigrator ( Symfony\Component\Console\Output\OutputInterface $output ) : mixed
$output Symfony\Component\Console\Output\OutputInterface
Résultat mixed
    protected function bootstrapMigrator(OutputInterface $output)
    {
        return new Migrator($this->getAdapter(), $this->getContainer(), $output);
    }