configure() protected method

protected configure ( )
 protected function configure()
 {
     parent::configure();
     $this->setName('doctrine:migrations:diff')->addOption('em', null, InputOption::VALUE_OPTIONAL, 'The entity manager to use for this command.');
 }
Beispiel #2
0
 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('doctrine:migrations:diff')->addOption('bundle', null, InputOption::PARAMETER_REQUIRED, 'The bundle to load migrations configuration from.')->addOption('em', null, InputOption::PARAMETER_OPTIONAL, 'The entity manager to use for this command.');
 }
 /**
  * {@inheritdoc}
  */
 protected function configure()
 {
     parent::configure();
     $this->setName('doctrine:migrations:diff');
 }