Метод | Описание | |
---|---|---|
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) |
Метод | Описание | |
---|---|---|
configure ( ) | ||
createMigration ( |
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, |
protected createMigration ( |
||
$configuration | The configuration with which the migrations will be executed | |
Результат | a new migration instance |
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 |