PHP Класс Doctrine\DBAL\Migrations\Tools\Console\Command\AbstractCommand

С версии: 2.0
Автор: Jonathan Wage ([email protected])
Наследование: extends Symfony\Components\Console\Command\Command
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
setMigrationConfiguration ( Configuration $config )

Защищенные методы

Метод Описание
askConfirmation ( $question, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : mixed This method ensure that we stay compatible with symfony console 2.3 by using the deprecated dialog helper but use the ConfirmationQuestion when available.
configure ( )
getMigrationConfiguration ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : Configuration When any (config) command line option is passed to the migration the migrationConfiguration property is set with the new generated configuration.
outputHeader ( Configuration $configuration, Symfony\Component\Console\Output\OutputInterface $output )

Приватные методы

Метод Описание
getConnection ( Symfony\Component\Console\Input\InputInterface $input ) : Doctrine\DBAL\Connection
getOutputWriter ( Symfony\Component\Console\Output\OutputInterface $output ) : Doctrine\DBAL\Migrations\OutputWriter

Описание методов

askConfirmation() защищенный Метод

This method ensure that we stay compatible with symfony console 2.3 by using the deprecated dialog helper but use the ConfirmationQuestion when available.
protected askConfirmation ( $question, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : mixed
$question
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
Результат mixed

configure() защищенный Метод

protected configure ( )

getMigrationConfiguration() защищенный Метод

If no (config) option is passed the migrationConfiguration property is set to the value of the configuration one (if any). Else a new configuration is created and assigned to the migrationConfiguration property.
protected getMigrationConfiguration ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : Configuration
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
Результат Doctrine\DBAL\Migrations\Configuration\Configuration

outputHeader() защищенный Метод

protected outputHeader ( Configuration $configuration, Symfony\Component\Console\Output\OutputInterface $output )
$configuration Doctrine\DBAL\Migrations\Configuration\Configuration
$output Symfony\Component\Console\Output\OutputInterface

setMigrationConfiguration() публичный Метод

public setMigrationConfiguration ( Configuration $config )
$config Doctrine\DBAL\Migrations\Configuration\Configuration