protected function configure() { parent::configure(); $this->setName('doctrine:migrations:migrate')->addOption('bundle', null, InputOption::VALUE_REQUIRED, 'The bundle to load migrations configuration from.')->addOption('em', null, InputOption::VALUE_OPTIONAL, 'The entity manager to use for this command.'); }
protected function configure() { parent::configure(); $this->setName('doctrine:migrations:migrate')->addOption('db', null, InputOption::VALUE_REQUIRED, 'The database connection to use for this command.')->addOption('em', null, InputOption::VALUE_REQUIRED, 'The entity manager to use for this command.'); }
protected function configure() { parent::configure(); $this->addOption('em', null, InputOption::VALUE_OPTIONAL, 'The entity manager to use for this command'); }
protected function configure() { parent::configure(); $this->setName('ezpublish:migrations:migrate'); }