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

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

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

Метод Описание
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )

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

Метод Описание
configure ( )
createMigration ( Configuration $configuration ) : Migration Create a new migration instance to execute the migrations.

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

Метод Описание
canExecute ( string $question, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : boolean
getVersionNameFromAlias ( string $versionAlias, Symfony\Component\Console\Output\OutputInterface $output, Configuration $configuration ) : boolean | string

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

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

protected configure ( )

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

Create a new migration instance to execute the migrations.
protected createMigration ( Configuration $configuration ) : Migration
$configuration Doctrine\DBAL\Migrations\Configuration\Configuration The configuration with which the migrations will be executed
Результат Doctrine\DBAL\Migrations\Migration a new migration instance

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

public execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface